mirror of
https://github.com/GeorgeSG/dotfiles.git
synced 2026-09-06 09:28:45 +00:00
Add zsh plugins
This commit is contained in:
+5
-1
@@ -41,9 +41,13 @@ setopt no_beep # Don't beep on command input error
|
||||
fpath+=$HOME/Git/dotfiles/functions
|
||||
autoload extract
|
||||
|
||||
# load bashcompinit for some old bash completions
|
||||
# Load bashcompinit for some old bash completions
|
||||
autoload bashcompinit && bashcompinit
|
||||
|
||||
source $ZDOTDIR/.zshrc.local
|
||||
source $HOME/.aliases
|
||||
source $HOME/.aliases.local
|
||||
|
||||
# Plugins
|
||||
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source "$ZDOTDIR/zsh-vim-mode/zsh-vim-mode.plugin.zsh"
|
||||
|
||||
Reference in New Issue
Block a user