Add zsh plugins
This commit is contained in:
@@ -41,6 +41,10 @@ eval "$(zoxide init zsh)"
|
||||
# ---- Homebrew ----
|
||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||
|
||||
# ---- ZSH Plugins ----
|
||||
source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
|
||||
# ---- Auto Enter TMUX ----
|
||||
if [ -z "$TMUX" ]
|
||||
then
|
||||
|
||||
Reference in New Issue
Block a user