diff --git a/.config/zsh/aliases.zsh b/.config/zsh/aliases.zsh index 70c444c..63491bb 100755 --- a/.config/zsh/aliases.zsh +++ b/.config/zsh/aliases.zsh @@ -15,7 +15,7 @@ alias less='less -R' # Easier to type alias vi='nvim' -alias nnn='nnn -xec' +alias nnn='LC_COLLATE="C" nnn -xeaG' # Humna readable + better output alias df='df -h -x devtmpfs -x tmpfs -x usbfs -x loop' @@ -51,3 +51,7 @@ alias rot13="tr 'A-Za-z' 'N-ZA-Mn-za-m'" # for tmux alias td="tmux new -s $(basename $(pwd))" alias tu="tmux -f ~/.config/tmux/update.conf attach" +alias irssi="tmux attach -t irssi || tmux new -s irssi irssi" +alias xboxdrv='tmux attach -t xboxdrv ||\ + tmux new -s xboxdrv xboxdrv --config $HOME/.config/xboxdrv/hyperx-clutch.conf\ + --type xbox --detach-kernel-driver --silent'