Colored Tab completions
This commit is contained in:
parent
88b6a66708
commit
ba4fe95e5b
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -91,6 +91,9 @@ fi
|
|||
# Colored ls
|
||||
alias ls="ls --color=auto"
|
||||
#
|
||||
# ls like colored completions
|
||||
zstyle ':completion:*' list-colors "${(s.:.)LS_COLORS}"
|
||||
#
|
||||
# Alias please to run0, doas, sudo or su
|
||||
if command -v run0 &> /dev/null
|
||||
then
|
||||
|
|
Loading…
Add table
Reference in a new issue