Download the plain text (non-html) version.





## Add your aliases, sets, completions and bindkeys that you want
## to override from the default settings.

# bindkey "\e[1~" beginning-of-line # Home
# bindkey "\e[7~" beginning of line # Home rxvt
# bindkey "\e[2~" overwrite-mode    # Insert
# bindkey "\e[3~" delete-char       # Delete
# bindkey "\e[4~" end-of-line       # End
# bindkey "\e[8~" end-of-line       # End rxvt

if ($LOGNAME != "root") then
     set -f path = ( $path /sbin )
     set -f path = ( $path /usr/sbin )
     set -l path = ( $path /usr/local/sbin )
endif