diff --git a/oh-my-zsh b/oh-my-zsh index 9c34c35..04c96e2 160000 --- a/oh-my-zsh +++ b/oh-my-zsh @@ -1 +1 @@ -Subproject commit 9c34c359c4c1ebb1bd0211d40c3bca0c6aa2ca97 +Subproject commit 04c96e235ff522704a6f1482e7fd06a05467cbb7 diff --git a/tmux/plugins/tpm b/tmux/plugins/tpm index 108f76b..693e5a2 160000 --- a/tmux/plugins/tpm +++ b/tmux/plugins/tpm @@ -1 +1 @@ -Subproject commit 108f76b628a0df927df142036f1fdec829a5ff00 +Subproject commit 693e5a2a0f6acfd2666882655d5dfd32e8c6c50b diff --git a/zsh-custom/plugins/zsh-completions b/zsh-custom/plugins/zsh-completions index d4511c2..bebaa61 160000 --- a/zsh-custom/plugins/zsh-completions +++ b/zsh-custom/plugins/zsh-completions @@ -1 +1 @@ -Subproject commit d4511c23659381b56dec8be8c8553b7ff3dc5fd8 +Subproject commit bebaa6126ede6bda698a6788c6cf3fa02ff1679c diff --git a/zsh-custom/plugins/zsh-syntax-highlighting b/zsh-custom/plugins/zsh-syntax-highlighting index dffe304..1a9264b 160000 --- a/zsh-custom/plugins/zsh-syntax-highlighting +++ b/zsh-custom/plugins/zsh-syntax-highlighting @@ -1 +1 @@ -Subproject commit dffe304567c86f06bf1be0fce200077504e79783 +Subproject commit 1a9264bc661b3d52756916bf9ec3f41687d64db2 diff --git a/zshrc b/zshrc index 5365cf4..a40a7d8 100755 --- a/zshrc +++ b/zshrc @@ -179,6 +179,7 @@ alias curlj="curl -H 'Content-Type: application/json' " which nvim >/dev/null 2>&1 && alias vim="$(which nvim)" alias v=vim [[ -x /usr/bin/yay ]] && [[ "$(whoami)" != "pacman" ]] && alias yay='sudo -iupacman /usr/bin/yay' +[[ -x /usr/bin/paru ]] && [[ "$(whoami)" != "pacman" ]] && alias yay='sudo -iupacman /usr/bin/paru' typeset -A key