vi bindings in bash
[dotfiles.git] / .bashrc
diff --git a/.bashrc b/.bashrc
index ac77da5..e422eec 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -3,6 +3,7 @@ HISTSIZE=100000
 HISTFILESIZE=10000
 shopt -s checkwinsize
 shopt -s histappend
+set -o vi
 . /etc/bash_completion
 
 #Variables
@@ -16,7 +17,7 @@ export COLORFGBG="default:default"
 #Colors yeeeyyyy
 alias ls='ls --color=auto'
 alias grep='grep --color=auto'
-alias email='offlineimap -c ~/.mutt/offlineimaprc -u ttyui; mutt; offlineimap -c ~/.mutt/offlineimaprc &'
+alias email='mutt'
 
 #Watch youtube videos in the terminal
 function ytview {