diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-13 16:17:52 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-13 16:17:52 -0700 |
| commit | 68bac35e0dc5e7defe6825826de0bd312b14b197 (patch) | |
| tree | 63e7a42d042a6fab9df10e210aab7c1f63c04e26 | |
| parent | 4737db5925caab9a29eebd576d59fde42d7608a5 (diff) | |
| download | eibhear-68bac35e0dc5e7defe6825826de0bd312b14b197.tar.gz eibhear-68bac35e0dc5e7defe6825826de0bd312b14b197.tar.zst eibhear-68bac35e0dc5e7defe6825826de0bd312b14b197.zip | |
bash fixes
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
