Re-arrange aliases

This commit is contained in:
theanonymousexyz 2022-05-06 23:29:30 +02:00
parent 5d80b29b17
commit 6d26a941bd
No known key found for this signature in database
GPG Key ID: 35EE09F5481049BB
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@ alias grep="grep --color=always"
alias ls="ls --color=always"
alias q="exit 0"
alias zgrep="zgrep --color=always"
(( ${+commands[tmux]} )) && alias tmux="tmux -2u"
(( ${+commands[dotnet]} )) && alias dnup="dotnet tool list --global | tail -n +3 | awk '{print \$1}' | xargs -l dotnet tool update --global"
alias mount="udisksctl mount -b"
alias unmount="udisksctl unmount -b"
alias unlock="udisksctl unlock -b"
alias lock="udisksctl lock -b"
(( ${+commands[tmux]} )) && alias tmux="tmux -2u"
(( ${+commands[dotnet]} )) && alias dnup="dotnet tool list --global | tail -n +3 | awk '{print \$1}' | xargs -l dotnet tool update --global"
if (( ${+commands[exa]} )); then
alias exa="exa -Fh --color=always --git --icons"