diff options
| author | awy <awy@awy.one> | 2025-11-26 15:01:46 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-26 15:01:46 +0300 |
| commit | 64e40ac4c636cbd65a9c088ebc9a36a26904bde2 (patch) | |
| tree | 2760795e413487f86b20134545de94a19d9cda1e /.config | |
| parent | 5b1074f45df563f97c6bb430c4377b1831dbf692 (diff) | |
| download | hyprdots-64e40ac4c636cbd65a9c088ebc9a36a26904bde2.tar.gz | |
zshrc
Diffstat (limited to '.config')
| -rw-r--r-- | .config/zsh/.zshrc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 4bb0301..76df52e 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -31,12 +31,14 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-untracked zstyle ':vcs_info:*' check-for-changes true # zstyle ':vcs_info:git:*' formats " %r/%S %b %m%u%c " -zstyle ':vcs_info:git:*' formats " %{$fg[blue]%}(%{$fg[red]%}%m%u%c%{$fg[yellow]%}%{$fg[magenta]%} %b%{$fg[blue]%})" +zstyle ':vcs_info:git:*' formats " %{$fg[red]%}%m%u%c%{$fg[white]%}*%{$fg[white]%}%b" # format our main prompt for hostname current folder, and permissions. -PROMPT="%B%{$fg[blue]%}[%{$fg[white]%}%n%{$fg[red]%}@%{$fg[white]%}%m%{$fg[blue]%}] %(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[cyan]%}%c%{$reset_color%}" +PROMPT="%{$fg[blue]%}%~" +# PROMPT="%B%{$fg[blue]%}[%{$fg[white]%}%n%{$fg[red]%}@%{$fg[white]%}%m%{$fg[blue]%}] %(?:%{$fg_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[cyan]%}%c%{$reset_color%}" # PROMPT="%{$fg[green]%}%n@%m %~ %{$reset_color%}%#> " -PROMPT+="\$vcs_info_msg_0_ " +PROMPT+="\$vcs_info_msg_0_" +PROMPT+=" %(?:%{$fg_bold[magenta]%}>:%{$fg_bold[red]%}>)%{$reset_color%} " setopt autocd # Automatically cd into typed directory. stty stop undef # Disable ctrl-s to freeze terminal. setopt interactive_comments |