diff options
author | ThanosApollo <[email protected]> | 2022-09-13 00:46:04 +0300 |
---|---|---|
committer | ThanosApollo <[email protected]> | 2022-09-13 00:46:04 +0300 |
commit | f5e018ae11ec5c65f90e6a23c3f39a7fb5242299 (patch) | |
tree | 2c10ef1472f5099cb617ca17f84be525644936d7 | |
parent | b830b23aa05938a3faba16bb9e77355362e45495 (diff) |
Update syntax autosuggestions and starting
-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 |