fix: source user-dirs.dirs
This commit is contained in:
parent
625ee51457
commit
e359e4411d
4 changed files with 11 additions and 5 deletions
.config/zsh
|
@ -1,3 +1,5 @@
|
|||
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
|
||||
|
||||
# Enable colors and change prompt:
|
||||
autoload -U colors && colors
|
||||
PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magenta]%}%~%{$fg[red]%}]%{$reset_color%}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue