fix(user/zsh): yeet useless parts of PATH

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2024-07-01 13:17:03 +02:00
parent 888a816c5f
commit ab9d42c684
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -5,7 +5,7 @@ plugins=(git common-aliases history systemd sudo zsh-autosuggestions zsh-syntax-
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh
### add .local/bin to PATH ### ### add .local/bin to PATH ###
export PATH=$HOME/.npm/bin:$HOME/.emacs.d/bin:$HOME/.local/bin:$PATH export PATH=$HOME/.local/bin:$PATH
### zsh autosuggestions color ### ### zsh autosuggestions color ###
ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline,standout" ZSH_AUTOSUGGEST_HIGHLIGHT_STYLE="fg=8,underline,standout"