Skip to content

Commit

Permalink
Use terminal emacs as EDITOR
Browse files Browse the repository at this point in the history
  • Loading branch information
halbtuerke committed Nov 14, 2013
1 parent e70799a commit 0d2d75b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/zshrc.zsh-template
Expand Up @@ -56,7 +56,7 @@ DEFAULT_USER="patrick"
export PATH=~/.wp-cli/bin:/usr/local/share/npm/bin:~/bin:/usr/texbin:/usr/local/sbin:/usr/local/bin:/usr/local/mysql/bin:~/.rvm/bin:$PATH
export WP_CLI_PHP=/Applications/MAMP/bin/php/php5.3.20/bin/php
# export EDITOR='/Users/patrick/bin/vim'
export EDITOR='emacsclient'
export EDITOR='et'
export PS4='[--- LINE: $LINENO ---] ' # Make shell debugging easier
export LC_ALL=en_US.UTF-8
export LC_CTYPE=en_US.UTF-8
Expand Down

0 comments on commit 0d2d75b

Please sign in to comment.