Added -F to la alias
This commit is contained in:
parent
fa90292ac6
commit
d274594d31
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue