De-tangled .zshrc, added new prompt.

This commit is contained in:
2022-05-23 11:35:02 -07:00
parent 80f4d6e5dc
commit 9b0058f226
3 changed files with 112 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
if [[ -z "$XDG_CONFIG_HOME" ]]
then
export XDG_CONFIG_HOME="$HOME/.config"
fi
if [[ -d "$XDG_CONFIG_HOME/zsh" ]]
then
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"
fi