From 96a7c366b23c55da27a272b80bb1eed9999d5599 Mon Sep 17 00:00:00 2001 From: CronyAkatsuki Date: Tue, 7 Nov 2023 18:45:21 +0100 Subject: [PATCH] Add more aliases --- .config/zsh/aliases.zsh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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'