|
|
@ -160,7 +160,7 @@ alias tat='tmux new-session -As `basename $PWD | ruby -e "puts ARGF.read.strip.d
|
|
|
|
alias tree='tree -a -I .git'
|
|
|
|
alias tree='tree -a -I .git'
|
|
|
|
|
|
|
|
|
|
|
|
# Add flags to existing aliases.
|
|
|
|
# Add flags to existing aliases.
|
|
|
|
alias ls="${aliases[ls]:-ls} -A"
|
|
|
|
alias ls="${aliases[ls]:-ls} -A --git-ignore"
|
|
|
|
|
|
|
|
|
|
|
|
# Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html.
|
|
|
|
# Set shell options: http://zsh.sourceforge.net/Doc/Release/Options.html.
|
|
|
|
setopt glob_dots # no special treatment for file names with a leading dot
|
|
|
|
setopt glob_dots # no special treatment for file names with a leading dot
|
|
|
|