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

@@ -7,13 +7,9 @@
# Only vars needed by external commands should be exported.
# Note that you can export vars w/out assigning a value to them.
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/keyring/ssh"
export XDG_CONFIG_HOME=~/.config
export XDG_CACHE_HOME=~/.cache
export XDG_DATA_HOME=~/.local/share
export XDG_STATE_HOME=~/.config/zsh
export EDITOR=vim
export VISUAL=vim
export XDG_CURRENT_DESKTOP=Unity
eval $(gnome-keyring-daemon --start --components=ssh)
export SSH_AUTH_SOCK