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 90fd25f817520e83dcfed2ed1a7657c7b2426233
parent ace43449843ee9bfbbd0249e494741fbbc1ed733
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Sun,  6 Jan 2013 19:33:46 +0100

emacs keybinds and larger history

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

diff --git a/.zshrc b/.zshrc @@ -1,10 +1,11 @@ # Lines configured by zsh-newuser-install HISTFILE=~/.histfile -HISTSIZE=1000 -SAVEHIST=1000 +HISTSIZE=10000 +SAVEHIST=10000 # Set vi-like movement on cmd lines -bindkey -v +#bindkey -v +bindkey -e # End of lines configured by zsh-newuser-install # The following lines were added by compinstall @@ -28,3 +29,6 @@ alias l='ls -CF' # path export PATH=~/bin:$PATH +export PATH=~/code/metasploit:$PATH +export PATH=~/.gem/ruby/1.9.1/bin:$PATH +