diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-10-12 19:31:24 +0100 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-10-12 19:31:24 +0100 |
commit | 5e3814f6664edcf0bb633d38ef7836dbf768b696 (patch) | |
tree | f7996f313d948349abb056edb4acd54d614e6436 /.zshrc | |
parent | 36f67ab5edcef32340c54294331364bb2a29a847 (diff) |
Configuration of CTRL-P
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 12 |
1 files changed, 3 insertions, 9 deletions
@@ -7,6 +7,8 @@ export ZSH=$HOME/.oh-my-zsh # time that oh-my-zsh is loaded. ZSH_THEME="eastwood" +xmodmap ~/.xmodmap + # Uncomment the following line to use case-sensitive completion. # CASE_SENSITIVE="true" @@ -57,15 +59,7 @@ export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/g # You may need to manually set your language environment # export LANG=en_US.UTF-8 -# Preferred editor for local and remote sessions -# if [[ -n $SSH_CONNECTION ]]; then -# export EDITOR='vim' -# else -# export EDITOR='mvim' -# fi - -# Compilation flags -# export ARCHFLAGS="-arch x86_64" +export EDITOR=/usr/bin/vim # ssh # export SSH_KEY_PATH="~/.ssh/dsa_id" |