added some basic qol and path modifications
This commit is contained in:
@@ -75,7 +75,6 @@ if [ -n "/usr/share/zsh/plugins " ]; then
|
||||
source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
# syntax highlighting
|
||||
# requires zsh-syntax-highlighting package
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
fi
|
||||
|
||||
#setup oh-my-posh shell
|
||||
@@ -85,3 +84,6 @@ fi
|
||||
|
||||
# replace cd with zoxide (fzf support for changing dir)
|
||||
eval "$(zoxide init zsh)"
|
||||
|
||||
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user