From 55b93604b74bb7de31c7dcecda5430c3f0c8ddfc Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 27 Sep 2018 22:14:31 -0700 Subject: yay-lias --- .zshrc-linux | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.zshrc-linux') 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 -- cgit v1.2.3