Add zsh plugins
This commit is contained in:
parent
d65c94d7ea
commit
07ca43212a
2
brewlist
2
brewlist
@ -30,3 +30,5 @@ stow
|
|||||||
tmux
|
tmux
|
||||||
yamllint
|
yamllint
|
||||||
zoxide
|
zoxide
|
||||||
|
zsh-autosuggestions
|
||||||
|
zsh-syntax-highlighting
|
||||||
|
@ -41,6 +41,10 @@ eval "$(zoxide init zsh)"
|
|||||||
# ---- Homebrew ----
|
# ---- Homebrew ----
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
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 ----
|
# ---- Auto Enter TMUX ----
|
||||||
if [ -z "$TMUX" ]
|
if [ -z "$TMUX" ]
|
||||||
then
|
then
|
||||||
|
Loading…
Reference in New Issue
Block a user