commit 68bac35e0dc5e7defe6825826de0bd312b14b197
parent 4737db5925caab9a29eebd576d59fde42d7608a5
Author: Luke <luke@lukesmith.xyz>
Date: Tue, 13 Feb 2018 16:17:52 -0700
bash fixes
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.bashrc b/.bashrc
@@ -23,9 +23,9 @@ alias calender="calcurse"
alias getmail="offlineimap && notmuch new"
alias gm="offlineimap && notmuch new"
-o() { xdg-open $@ & }
-
# 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 orphans="pacman -Qdt" # List orphan programs
alias upgr="neofetch && sudo pacman -Syyu --noconfirm && echo Update complete. | figlet"