forked from logan/dotfiles
Added i3-swallow aliases
Signed-off-by: logan2611 <logan2611@gmail.com>
This commit is contained in:
parent
6e49e1332e
commit
87bf38e55c
1 changed files with 4 additions and 1 deletions
5
.bashrc
5
.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\$ "
|
||||
|
|
Loading…
Reference in a new issue