.zshrc

changeset 469
fbf39fa1349c
parent 331
ac7f662c1db5
child 511
f175eea7ad19
equal deleted inserted replaced
468:30ba8566bc12 469:fbf39fa1349c
47 setopt hist_save_no_dups 47 setopt hist_save_no_dups
48 setopt interactive_comments 48 setopt interactive_comments
49 49
50 export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help" 50 export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
51 51
52 bindkey '\e\e' kill-whole-line
53
52 source ~/.profile.common 54 source ~/.profile.common
53 55
54 for envthing in $envthings; do 56 for envthing in $envthings; do
55 if [ -d ~/.$envthing ]; then 57 if [ -d ~/.$envthing ]; then
56 path[1,0]="$HOME/.$envthing/bin" 58 path[1,0]="$HOME/.$envthing/bin"

mercurial