summaryrefslogtreecommitdiff
path: root/zshrc
diff options
context:
space:
mode:
authorKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-12 10:04:07 -0400
committerKjetil Orbekk <kjetil.orbekk@gmail.com>2015-10-12 10:04:07 -0400
commitf1ac8e846ce94e04339517a90ffd297bd901b44a (patch)
tree91f92f9d8e35c01b96ae40645cd7fce1db9b14e6 /zshrc
parent59b0b39e30804a653d04866a1b3f9784610006fc (diff)
parent404e60caa500606d324a4021fb42321d118a5223 (diff)
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'zshrc')
-rwxr-xr-xzshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zshrc b/zshrc
index 4856cd2..e936d78 100755
--- a/zshrc
+++ b/zshrc
@@ -52,7 +52,7 @@ setopt DVORAK
# alias ls="ls --color"
if which gvim >/dev/null; then
alias vi="gvim --remote"
- alias e="gvim --remote"
+ alias e="emacsclient -n"
fi
alias ff="fileutil --gfs_user=gfp-reporting"
alias diff=colordiff