Update zshrc.zsh-template

This commit is contained in:
Aryn 2024-10-29 10:32:45 +03:30 committed by GitHub
commit 6042e64064
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -102,3 +102,7 @@ source $ZSH/oh-my-zsh.sh
# Example aliases
# alias zshconfig="mate ~/.zshrc"
# alias ohmyzsh="mate ~/.oh-my-zsh"
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'