forked from logan/dotfiles
Added incredibly important bash alias
Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
parent
253bfcf48e
commit
c28b179398
1 changed files with 1 additions and 0 deletions
1
.bashrc
1
.bashrc
|
@ -19,6 +19,7 @@ alias cheat='f() { curl cheat.sh/$1; };f'
|
|||
alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias pacman-clean='pacman -Rsn $(pacman -Qdtq)'
|
||||
alias dolphin='/usr/bin/dolphin'
|
||||
alias memepv='mpv --vo=tct --profile=sw-fast'
|
||||
|
||||
complete -cf sudo
|
||||
|
||||
|
|
Loading…
Reference in a new issue