diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-12 10:04:07 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2015-10-12 10:04:07 -0400 |
commit | f1ac8e846ce94e04339517a90ffd297bd901b44a (patch) | |
tree | 91f92f9d8e35c01b96ae40645cd7fce1db9b14e6 /zshrc | |
parent | 59b0b39e30804a653d04866a1b3f9784610006fc (diff) | |
parent | 404e60caa500606d324a4021fb42321d118a5223 (diff) |
Merge branch 'master' of tesuji.6.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'zshrc')
-rwxr-xr-x | zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |