diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-13 14:06:34 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-13 14:06:34 +0100 |
commit | 5bf92dab61950c35afc6266a2ef85056cdeb14ea (patch) | |
tree | 85cd7761812af70f01992538f75f8959687c55ba /config/essentials/zsh/.zshrc | |
parent | 09e3e0945dd31005f10d7cc18ccd5b38fdb58f97 (diff) | |
parent | b386965b95808a0ad78e6c1dedaefac4693aaad5 (diff) |
Merge branch 'main' of debuc.com:dotfiles
Diffstat (limited to 'config/essentials/zsh/.zshrc')
-rw-r--r-- | config/essentials/zsh/.zshrc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/essentials/zsh/.zshrc b/config/essentials/zsh/.zshrc index db93ac9..1de3e91 100644 --- a/config/essentials/zsh/.zshrc +++ b/config/essentials/zsh/.zshrc @@ -30,7 +30,6 @@ zstyle ':completion:*:*:*:*:messages' format '%F{purple}-- %d --%f' zstyle ':completion:*:*:*:*:warnings' format '%F{red}-- no matches found --%f' zstyle ':completion:*:default' list-prompt '%S%M matches%s' # show a 'ls -a' like outptut when listing files -zstyle ':completion:*' file-list all zstyle ':completion:*:*:*:*:default' list-colors ${(s.:.)LS_COLORS} # Group completions by categories |