1
0
Fork 0

Install zsh-syntax-highlighting and zsh-autosuggestions

This commit is contained in:
Nexus 2024-03-05 12:17:30 +00:00
parent 60d125f32f
commit 9f46289f84
Signed by: nex
GPG key ID: 0FA334385D0B689F
2 changed files with 2 additions and 1 deletions

1
.oh-my-zsh Submodule

@ -0,0 +1 @@
Subproject commit fd01fd66ce27c669e5ffaea94460a37423d1e134

2
.zshrc
View file

@ -61,7 +61,7 @@ HIST_STAMPS="dd.mm.yyyy"
# Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Custom plugins may be added to $ZSH_CUSTOM/plugins/
# Example format: plugins=(rails git textmate ruby lighthouse) # Example format: plugins=(rails git textmate ruby lighthouse)
# Add wisely, as too many plugins slow down shell startup. # Add wisely, as too many plugins slow down shell startup.
plugins=(git sudo rsync) plugins=(git sudo rsync zsh-syntax-highlighting zsh-autosuggestions)
source $ZSH/oh-my-zsh.sh source $ZSH/oh-my-zsh.sh