mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
Merge branch 'master' of gitosis@majnematic.com:davesdots
This commit is contained in:
commit
1748fbe6aa
5 changed files with 8 additions and 6 deletions
2
bash/alias
Executable file
2
bash/alias
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
alias :q='exit'
|
||||||
|
alias :wq='exit'
|
|
@ -20,8 +20,6 @@ export FCEDIT
|
||||||
|
|
||||||
# aliases
|
# aliases
|
||||||
alias cd..='cd ..'
|
alias cd..='cd ..'
|
||||||
alias :q='exit'
|
|
||||||
alias :wq='exit'
|
|
||||||
|
|
||||||
# handles per OS aliases, fixes a few terms
|
# handles per OS aliases, fixes a few terms
|
||||||
case `uname -s` in
|
case `uname -s` in
|
||||||
|
|
|
@ -2,3 +2,5 @@ alias cp='nocorrect cp'
|
||||||
alias mv='nocorrect mv'
|
alias mv='nocorrect mv'
|
||||||
alias rm='nocorrect rm -ir'
|
alias rm='nocorrect rm -ir'
|
||||||
alias mkdir='nocorrect mkdir'
|
alias mkdir='nocorrect mkdir'
|
||||||
|
alias :q='exit'
|
||||||
|
alias :wq='exit'
|
||||||
|
|
|
@ -7,7 +7,7 @@ bindkey ' ' magic-space
|
||||||
bindkey -M emacs '\ee' edit-command-line
|
bindkey -M emacs '\ee' edit-command-line
|
||||||
|
|
||||||
case $TERM in
|
case $TERM in
|
||||||
screen|xterm*|putty)
|
screen|xterm*|putty*)
|
||||||
bindkey '\e[H' beginning-of-line
|
bindkey '\e[H' beginning-of-line
|
||||||
bindkey '\e[F' end-of-line
|
bindkey '\e[F' end-of-line
|
||||||
bindkey '\eOH' beginning-of-line
|
bindkey '\eOH' beginning-of-line
|
||||||
|
|
6
zshrc
6
zshrc
|
@ -3,10 +3,10 @@
|
||||||
# Trivial modifications: David Majnemer
|
# Trivial modifications: David Majnemer
|
||||||
# vim:set nowrap:
|
# vim:set nowrap:
|
||||||
|
|
||||||
autoload -U compinit; compinit -d "${HOME}/.zsh/.zcompdump"
|
autoload compinit; compinit -d "${HOME}/.zsh/.zcompdump"
|
||||||
|
|
||||||
autoload -U age
|
autoload age
|
||||||
autoload -U zmv
|
autoload zmv
|
||||||
|
|
||||||
if [ ${ZSH_VERSION//.} -gt 420 ] ; then
|
if [ ${ZSH_VERSION//.} -gt 420 ] ; then
|
||||||
autoload -U url-quote-magic
|
autoload -U url-quote-magic
|
||||||
|
|
Loading…
Add table
Reference in a new issue