dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 7ad1065644f44e879bd1987f152b2f9d2dbb5c45
parent d81741d2c6ac8324a47c8d075cb7ccfc7870110c
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Wed,  6 Feb 2013 22:02:22 +0100

Changed zsh movement to vi-like

Diffstat:
M.zshrc | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.zshrc b/.zshrc @@ -37,6 +37,9 @@ plugins=(git) source $ZSH/oh-my-zsh.sh +# set vi-like movement +set -o vi + # Add local bin folder to path export PATH=$HOME/bin:$PATH export PATH=~/bin:$PATH