bash fixes

This commit is contained in:
Luke 2018-02-13 16:17:52 -07:00
parent 4737db5925
commit 68bac35e0d

View file

@ -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"