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