From 5e3814f6664edcf0bb633d38ef7836dbf768b696 Mon Sep 17 00:00:00 2001 From: Urbain Vaes Date: Sun, 12 Oct 2014 19:31:24 +0100 Subject: Configuration of CTRL-P --- .zshrc | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to '.zshrc') diff --git a/.zshrc b/.zshrc index 81034bd..773ed55 100644 --- a/.zshrc +++ b/.zshrc @@ -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" -- cgit v1.2.3