From b830b23aa05938a3faba16bb9e77355362e45495 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Tue, 13 Sep 2022 00:27:45 +0300 Subject: Update aliases, add zsh plugins --- .zshrc | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index f94d7a3..e453d95 100644 --- a/.zshrc +++ b/.zshrc @@ -37,10 +37,10 @@ alias ca='config add' alias cs='config status' alias cc='config commit -m' -#pacman | paru -#alias yay='paru' -alias u='paru -Syu' -alias r='paru -R' +#pacman | yay +alias u='yay -Syu' +alias r='yay -R' +alias yeet='yay -Rsc' #aliases alias ls='ls -la --color=auto' @@ -109,5 +109,7 @@ zle -N down-line-or-beginning-search #Syntax highlight source /home/apollo/.zsh_hl/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source /usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh starting -- cgit v1.2.3