summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:31:29 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-04-15 11:31:29 -0700
commit39562c0d3156b1da5b25d2548bd5fd4a9c69c41a (patch)
tree5ec33eef446603b736b88970409e8f7f968314ce
parent3eb1b5361878a3e4abc0eef34f5af6fee58a1f7f (diff)
downloaddotfiles-39562c0d3156b1da5b25d2548bd5fd4a9c69c41a.tar.gz
more aliases for my editor
-rw-r--r--.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index f9397e1b..9987dc7e 100644
--- a/.bashrc
+++ b/.bashrc
@@ -38,6 +38,8 @@ alias grep="grep --colour=auto"
alias g="git"
alias ga="git annex"
alias mg="$EDITOR"
+alias vi="$EDITOR"
+alias e="$EDITOR"
alias mrs="mr -m status"
alias d="emacsclient -c -n -e '(dired \".\")'"