aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkatherine <shmibs@shmibbles.me>2018-09-27 22:14:31 -0700
committerkatherine <shmibs@shmibbles.me>2018-09-27 22:14:31 -0700
commit55b93604b74bb7de31c7dcecda5430c3f0c8ddfc (patch)
tree820889e806a1c68d2cf7ae9d53ea0ee5e4f57163
parentd883e730b9a72101a577982bfba1165ec732d5c8 (diff)
downloaddotfiles-55b93604b74bb7de31c7dcecda5430c3f0c8ddfc.tar.gz
yay-lias
-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