First import
git-svn-id: http://photonzero.com/dotfiles/trunk@1 23f722f6-122a-0410-8cef-c75bd312dd78
This commit is contained in:
commit
83d40113d2
60 changed files with 4264 additions and 0 deletions
11
.zshenv
Normal file
11
.zshenv
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
export NOBEEP="YES" # Stop that infernal beeping
|
||||
export CLICOLOR="YES" # Show colors
|
||||
export LSCOLORS="ExGxFxdxCxDxDxhbadExEx" # Look like bash
|
||||
bindkey '\e[1~' beginning-of-line # Home key
|
||||
bindkey '\e[4~' end-of-line # End key
|
||||
bindkey '\e[H' beginning-of-line # Home key (alternate)
|
||||
bindkey '\e[F' end-of-line # End key (alternate)
|
||||
bindkey '\e[3~' forward-delete-char # Delete key
|
||||
bindkey '\e[6~' end-of-history # Page down key
|
||||
bindkey '\e[2~' redisplay # Insert key
|
||||
bindkey '\e[5~' insert-last-word # Page up key
|
||||
Loading…
Add table
Add a link
Reference in a new issue