Compare commits

...

2 Commits

Author SHA1 Message Date
Out Of Ideas 8ce58a5097 ZSH fix 2023-11-08 07:32:54 -06:00
Out Of Ideas 66404edacf ZSH 2023-11-07 20:11:38 -06:00
1 changed files with 8 additions and 0 deletions

8
zsh/.zshrc Normal file
View File

@ -0,0 +1,8 @@
# Prompt #
autoload -U colors && colors
# 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%}%% "