diff options
Diffstat (limited to '.zshrc-linux')
-rw-r--r-- | .zshrc-linux | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.zshrc-linux b/.zshrc-linux index 9338086..366e6fe 100644 --- a/.zshrc-linux +++ b/.zshrc-linux @@ -6,8 +6,6 @@ alias less='less -R' 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 |