fix: removed uwsm
This commit is contained in:
11
.zshrc
11
.zshrc
@@ -1,6 +1,6 @@
|
|||||||
# If you come from bash you might have to change your $PATH.
|
# If you come from bash you might have to change your $PATH.
|
||||||
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
# export PATH=$HOME/bin:/usr/local/bin:$PATH
|
||||||
export PATH=$PATH:/home/oxytom/.spicetify
|
export PATH=$PATH:$HOME/.local/bin
|
||||||
|
|
||||||
# Path to your oh-my-zsh installation.
|
# Path to your oh-my-zsh installation.
|
||||||
export ZSH="$HOME/.oh-my-zsh"
|
export ZSH="$HOME/.oh-my-zsh"
|
||||||
@@ -126,6 +126,7 @@ compdef _ssh kssh=ssh
|
|||||||
# else
|
# else
|
||||||
# export EDITOR='mvim'
|
# export EDITOR='mvim'
|
||||||
# fi
|
# fi
|
||||||
|
export EDITOR="helix"
|
||||||
|
|
||||||
# Compilation flags
|
# Compilation flags
|
||||||
# export ARCHFLAGS="-arch x86_64"
|
# export ARCHFLAGS="-arch x86_64"
|
||||||
@@ -145,10 +146,4 @@ alias df="duf --hide-fs squashfs,tmpfs,efivarfs,devtmpfs"
|
|||||||
# alias cd="zoxide"
|
# alias cd="zoxide"
|
||||||
alias grep="ugrep"
|
alias grep="ugrep"
|
||||||
alias ssh="kssh"
|
alias ssh="kssh"
|
||||||
alias code="snap run code"
|
alias hx="helix"
|
||||||
|
|
||||||
# # Startup hyprland
|
|
||||||
# if uwsm check may-start; then
|
|
||||||
# exec uwsm start hyprland.desktop
|
|
||||||
# fi
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user