Move bash aliases to separate file
This commit is contained in:
11
.bash_aliases
Normal file
11
.bash_aliases
Normal file
@ -0,0 +1,11 @@
|
||||
# Aliases
|
||||
alias clean-aurutils-cache='find ~/.cache/aurutils/sync -type d -name .git -execdir git clean -xi \;'
|
||||
alias config='/usr/bin/git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME'
|
||||
alias ls='eza --icons --group-directories-first'
|
||||
alias mutt='pushd ~/Downloads > /dev/null; mutt; popd > /dev/null'
|
||||
alias rm='rm -I'
|
||||
alias sort='sort -n'
|
||||
alias ssh='kitten ssh'
|
||||
alias sudo='sudo '
|
||||
alias trayer='trayer --edge top --align right --SetDockType true --SetPartialStrut true --expand true --width 7 --transparent true --tint 0x1f2022 --height 18 --monitor 0'
|
||||
alias vi='vim'
|
Reference in New Issue
Block a user