From f5e018ae11ec5c65f90e6a23c3f39a7fb5242299 Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Tue, 13 Sep 2022 00:46:04 +0300 Subject: Update syntax autosuggestions and starting --- .zshrc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index e453d95..de575da 100644 --- a/.zshrc +++ b/.zshrc @@ -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 -- cgit v1.2.3