diff options
| author | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:26:24 +0100 |
|---|---|---|
| committer | EnricoGuccii <partyka.003@proton.me> | 2026-03-04 01:26:24 +0100 |
| commit | ad08b1962e566ad508edcf719567b8cc7a9c073d (patch) | |
| tree | 7a53649d30a79192d9f6dea4a3cb69553be24c7c /.zshrc | |
| parent | edffdd8186eb1d12529c0b7ae88bfa449c79dd53 (diff) | |
shit3
Diffstat (limited to '.zshrc')
| -rw-r--r-- | .zshrc | 5 |
1 files changed, 1 insertions, 4 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{#C9DE95}%n@%m%f %F{#F6D99D}%~%f ' export CLICOLOR=1 export LSCOLORS=GxFxCxDxBxegedabagaced @@ -72,9 +72,6 @@ fi source "$SYNTAX_HIGHLIGHTING/zsh-syntax-highlighting.zsh" - - - # tmux shit if command -v tmux >/dev/null 2>&1; then if [ -z "$TMUX" ] && [ -n "$PS1" ] && [[ "$TERM" != "linux" ]]; then |