Add more aliases
This commit is contained in:
parent
14b3dbea6b
commit
96a7c366b2
@ -15,7 +15,7 @@ alias less='less -R'
|
|||||||
|
|
||||||
# Easier to type
|
# Easier to type
|
||||||
alias vi='nvim'
|
alias vi='nvim'
|
||||||
alias nnn='nnn -xec'
|
alias nnn='LC_COLLATE="C" nnn -xeaG'
|
||||||
|
|
||||||
# Humna readable + better output
|
# Humna readable + better output
|
||||||
alias df='df -h -x devtmpfs -x tmpfs -x usbfs -x loop'
|
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
|
# for tmux
|
||||||
alias td="tmux new -s $(basename $(pwd))"
|
alias td="tmux new -s $(basename $(pwd))"
|
||||||
alias tu="tmux -f ~/.config/tmux/update.conf attach"
|
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'
|
||||||
|
Loading…
Reference in New Issue
Block a user