diff options
author | Thanos Apollo <[email protected]> | 2022-09-13 00:27:45 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-09-13 00:27:45 +0300 |
commit | b830b23aa05938a3faba16bb9e77355362e45495 (patch) | |
tree | 7bd60f41a9fc2715580ef3808cf0ddc93b7d0761 | |
parent | 5ab09ef8511e8b2bdbc2f2041bb40f5c986bec94 (diff) |
Update aliases, add zsh plugins
-rw-r--r-- | .zshrc | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -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 |