summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorLuke <luke@lukesmith.xyz>2018-02-13 16:17:52 -0700
committerLuke <luke@lukesmith.xyz>2018-02-13 16:17:52 -0700
commit68bac35e0dc5e7defe6825826de0bd312b14b197 (patch)
tree63e7a42d042a6fab9df10e210aab7c1f63c04e26 /.bashrc
parent4737db5925caab9a29eebd576d59fde42d7608a5 (diff)
downloadeibhear-68bac35e0dc5e7defe6825826de0bd312b14b197.tar.gz
eibhear-68bac35e0dc5e7defe6825826de0bd312b14b197.tar.zst
eibhear-68bac35e0dc5e7defe6825826de0bd312b14b197.zip
bash fixes
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc4
1 files 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"