Alpha Chen 2 weeks ago
parent d665d24562
commit 3687c9784c
Signed by: alpha
SSH Key Fingerprint: SHA256:3fOT8fiYQG/aK9ntivV3Bqtg8AYQ7q4nV6ZgihOA20g

@ -181,7 +181,7 @@ alias tat='tmux new-session -As `basename $PWD | ruby -e "puts ARGF.read.strip.d
alias tree='eza --tree' alias tree='eza --tree'
# Add flags to existing aliases. # 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. # 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

Loading…
Cancel
Save