diff --git a/.zsh/oh-my-zsh b/.zsh/oh-my-zsh index beb5012b..dcd33a3f 160000 --- a/.zsh/oh-my-zsh +++ b/.zsh/oh-my-zsh @@ -1 +1 @@ -Subproject commit beb5012b9fb0ff5993611f50d9543a25edb11419 +Subproject commit dcd33a3fba78abf9c4861163be45addc2000167c diff --git a/.zshrc b/.zshrc index 4f2d6158..660d02e2 100644 --- a/.zshrc +++ b/.zshrc @@ -122,6 +122,7 @@ alias ll='ls --color -l' alias lla='ls -la --color' alias llh='ls -lh --color' alias llah='ls -lah --color' +alias n='nnn -diUxe' alias vi=vim alias y=yaourt alias xterm=$TERMINAL