Merge branch 'master' of gitosis@majnematic.com:davesdots

This commit is contained in:
Adrian Kreher 2009-03-07 20:49:09 -06:00
commit 1748fbe6aa
5 changed files with 8 additions and 6 deletions

2
bash/alias Executable file
View file

@ -0,0 +1,2 @@
alias :q='exit'
alias :wq='exit'

View file

@ -20,8 +20,6 @@ export FCEDIT
# aliases
alias cd..='cd ..'
alias :q='exit'
alias :wq='exit'
# handles per OS aliases, fixes a few terms
case `uname -s` in

View file

@ -2,3 +2,5 @@ alias cp='nocorrect cp'
alias mv='nocorrect mv'
alias rm='nocorrect rm -ir'
alias mkdir='nocorrect mkdir'
alias :q='exit'
alias :wq='exit'

View file

@ -7,7 +7,7 @@ bindkey ' ' magic-space
bindkey -M emacs '\ee' edit-command-line
case $TERM in
screen|xterm*|putty)
screen|xterm*|putty*)
bindkey '\e[H' beginning-of-line
bindkey '\e[F' end-of-line
bindkey '\eOH' beginning-of-line

6
zshrc
View file

@ -3,10 +3,10 @@
# Trivial modifications: David Majnemer
# vim:set nowrap:
autoload -U compinit; compinit -d "${HOME}/.zsh/.zcompdump"
autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump"
autoload -U age
autoload -U zmv
autoload age
autoload zmv
if [ ${ZSH_VERSION//.} -gt 420 ] ; then
autoload -U url-quote-magic