aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc-linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/.zshrc-linux b/.zshrc-linux
index f78c226..9338086 100644
--- a/.zshrc-linux
+++ b/.zshrc-linux
@@ -7,3 +7,7 @@ alias ls='ls --color=auto'
alias ll='ls -lh --color=auto'
export PAGER='less -R'
+
+if [[ ! -z $(whence yay) ]] then
+ alias yay='yay --editmenu'
+fi