zshrc: feat: Add ls aliases
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -41,6 +41,10 @@ eval $(thefuck --alias)
|
|||||||
# Python
|
# Python
|
||||||
alias python='python3'
|
alias python='python3'
|
||||||
alias pip='pip3'
|
alias pip='pip3'
|
||||||
|
# ls
|
||||||
|
alias ls='ls --color=auto'
|
||||||
|
alias la='ls --color=auto -A'
|
||||||
|
alias ll='ls --color=auto -laF'
|
||||||
|
|
||||||
# Case-insensitive autocomplete
|
# Case-insensitive autocomplete
|
||||||
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
|
zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|=*' 'l:|=* r:|=*'
|
||||||
|
|||||||
Reference in New Issue
Block a user