diff options
-rw-r--r-- | .zshrc | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,7 +1,7 @@ # Starting message starting(){ - screenfetch | lolcat + neofetch | lolcat figlet -c Apo11o | lolcat } ### @@ -107,8 +107,7 @@ zle -N down-line-or-beginning-search [[ -n "${key[Up]}" ]] && bindkey -- "${key[Up]}" up-line-or-beginning-search [[ -n "${key[Down]}" ]] && bindkey -- "${key[Down]}" down-line-or-beginning-search -#Syntax highlight -source /home/apollo/.zsh_hl/zsh-syntax-highlighting.zsh +#Syntax highlight & autosuggestions source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh |