diff options
author | Alan Pearce | 2013-09-18 17:07:56 +0100 |
---|---|---|
committer | Alan Pearce | 2013-09-18 17:26:44 +0100 |
commit | 1c7da5933ebaa92846b44df74e04c6ea77c8b6e3 (patch) | |
tree | f45ed00ad9f586eb2141582f7f9583e84490a6a9 /zsh | |
parent | f5456c0c3cf3e889b5995e711223f3d9f07cd96f (diff) | |
download | dotfiles-1c7da5933ebaa92846b44df74e04c6ea77c8b6e3.tar.lz dotfiles-1c7da5933ebaa92846b44df74e04c6ea77c8b6e3.tar.zst dotfiles-1c7da5933ebaa92846b44df74e04c6ea77c8b6e3.zip |
Set the editor to emacsclient by default
Diffstat (limited to 'zsh')
-rwxr-xr-x | zsh/zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc index 4cfd638..ecfec59 100755 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -33,6 +33,7 @@ fpath=( export PATH export PAGER="less" +export EDITOR="emacsclient" export CLICOLOR=true # |