diff options
| author | awy <awy@awy.one> | 2025-11-24 19:29:12 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-24 19:29:12 +0300 |
| commit | fa959bc51fa751e804c3fd4fdedb0d056c10bb8d (patch) | |
| tree | 277e1537218ee3ecc26e7a72eb554c9b8408107b /.config/zsh | |
| parent | 775239c9a585307b71bbb68329e6ae39cbc48d92 (diff) | |
| download | hyprdots-fa959bc51fa751e804c3fd4fdedb0d056c10bb8d.tar.gz | |
yeeeeeeeeeeeeeeep
Diffstat (limited to '.config/zsh')
| -rw-r--r-- | .config/zsh/.zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 4bb0301..e4ecc3d 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -34,7 +34,8 @@ zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:git:*' formats " %{$fg[blue]%}(%{$fg[red]%}%m%u%c%{$fg[yellow]%}%{$fg[magenta]%} %b%{$fg[blue]%})" # 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_bold[green]%}➜ :%{$fg_bold[red]%}➜ )%{$fg[cyan]%}%c%{$reset_color%}" +# 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_ " setopt autocd # Automatically cd into typed directory. |