diff --git a/.zshrc b/.zshrc index a50c424..a0662fa 100644 --- a/.zshrc +++ b/.zshrc @@ -1,6 +1,6 @@ # If you come from bash you might have to change your $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. export ZSH="$HOME/.oh-my-zsh" @@ -126,6 +126,7 @@ compdef _ssh kssh=ssh # else # export EDITOR='mvim' # fi +export EDITOR="helix" # Compilation flags # export ARCHFLAGS="-arch x86_64" @@ -145,10 +146,4 @@ alias df="duf --hide-fs squashfs,tmpfs,efivarfs,devtmpfs" # alias cd="zoxide" alias grep="ugrep" alias ssh="kssh" -alias code="snap run code" - -# # Startup hyprland -# if uwsm check may-start; then -# exec uwsm start hyprland.desktop -# fi - +alias hx="helix"