summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanosApollo <[email protected]>2022-09-13 00:46:04 +0300
committerThanosApollo <[email protected]>2022-09-13 00:46:04 +0300
commitf5e018ae11ec5c65f90e6a23c3f39a7fb5242299 (patch)
tree2c10ef1472f5099cb617ca17f84be525644936d7
parentb830b23aa05938a3faba16bb9e77355362e45495 (diff)
Update syntax autosuggestions and starting
-rw-r--r--.zshrc5
1 files changed, 2 insertions, 3 deletions
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