diff --git a/.bashrc b/.bashrc index 93085c6..5a8757b 100644 --- a/.bashrc +++ b/.bashrc @@ -19,8 +19,11 @@ 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 memepv='mpv --vo=tct --profile=sw-fast' +alias sw='swallow' -complete -cf sudo +complete -cf sudo +complete -cf swallow +complete -cf sw PS1="[\\u@\\h: \\w]\$ " #PS1="\033[33m[\\u@\\h: \033[33m\\w\033[33m]\033[0m\$ "