diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2025-09-17 13:31:05 +0200 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2025-09-17 13:31:05 +0200 |
| commit | 537cfa3ca8533999ff83e642ee9453f0481cd809 (patch) | |
| tree | 74fe840c781155f937b9757cb0b95d372e542cee /.zshrc | |
| parent | 8cd49f3ac4aa76f9ec5293241092877bb7378b1c (diff) | |
Ch-ch-ch-ch-Changes
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ autoload -Uz bashcompinit && bashcompinit zstyle ':completion:*' menu select zstyle ':completion:*' matcher-list 'm:{a-z}={A-Za-z}' -PROMPT='%F{green}%n@%m%f %F{yellow}%~%f' +PROMPT='%F{green}%n@%m%f %F{yellow}%~%f ' export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced |