diff --git a/.zshrc b/.zshrc index 62781bc..3a0da59 100644 --- a/.zshrc +++ b/.zshrc @@ -11,8 +11,8 @@ source ~/powerlevel10k/powerlevel10k.zsh-theme [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh # Aliases: -alias ll='ls -lh --color=auto' -alias la='ls -lah --color=auto' +alias ll='ls -lhF --color=auto' +alias la='ls -lahF --color=auto' # ZSH history: export HISTFILE=~/.zsh_history