diff options
author | katherine <shmibs@shmibbles.me> | 2018-09-27 22:14:31 -0700 |
---|---|---|
committer | katherine <shmibs@shmibbles.me> | 2018-09-27 22:14:31 -0700 |
commit | 55b93604b74bb7de31c7dcecda5430c3f0c8ddfc (patch) | |
tree | 820889e806a1c68d2cf7ae9d53ea0ee5e4f57163 /.zshrc-linux | |
parent | d883e730b9a72101a577982bfba1165ec732d5c8 (diff) | |
download | dotfiles-55b93604b74bb7de31c7dcecda5430c3f0c8ddfc.tar.gz |
yay-lias
Diffstat (limited to '.zshrc-linux')
-rw-r--r-- | .zshrc-linux | 4 |
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 |