bash fixes
This commit is contained in:
parent
4737db5925
commit
68bac35e0d
1 changed files with 2 additions and 2 deletions
4
.bashrc
4
.bashrc
|
@ -23,9 +23,9 @@ alias calender="calcurse"
|
||||||
alias getmail="offlineimap && notmuch new"
|
alias getmail="offlineimap && notmuch new"
|
||||||
alias gm="offlineimap && notmuch new"
|
alias gm="offlineimap && notmuch new"
|
||||||
|
|
||||||
o() { xdg-open $@ & }
|
|
||||||
|
|
||||||
# System Maintainence
|
# System Maintainence
|
||||||
|
alias mw="~/.config/mutt/mutt-wizard.sh"
|
||||||
|
alias muttwizard="~/.config/mutt/mutt-wizard.sh"
|
||||||
alias progs="pacman -Qet" # List programs I've installed
|
alias progs="pacman -Qet" # List programs I've installed
|
||||||
alias orphans="pacman -Qdt" # List orphan programs
|
alias orphans="pacman -Qdt" # List orphan programs
|
||||||
alias upgr="neofetch && sudo pacman -Syyu --noconfirm && echo Update complete. | figlet"
|
alias upgr="neofetch && sudo pacman -Syyu --noconfirm && echo Update complete. | figlet"
|
||||||
|
|
Loading…
Reference in a new issue