From 68bac35e0dc5e7defe6825826de0bd312b14b197 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 13 Feb 2018 16:17:52 -0700 Subject: [PATCH] bash fixes --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index bc8cbbb..042e242 100644 --- 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"