This commit is contained in:
Out Of Ideas 2023-11-07 20:11:38 -06:00
parent a17a476fdf
commit 66404edacf
1 changed files with 6 additions and 0 deletions

6
zsh/.zshrc Normal file
View File

@ -0,0 +1,6 @@
# Prompt #
# No Directory Shortening
#PS1="%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[red]%}%m %{$fg[magenta]%}%~ %{$reset_color%}%% "
# Directory Shortening
PS1="%{$fg[cyan]%}%n%{$reset_color%}@%{$fg[red]%}%m %{$fg[magenta]%}%(5~|%-1~/.../%3~|%4~) %{$reset_color%}%% "