From a277a1bf282eee718d5e1b5c5bd8816e7d797674 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sun, 7 Sep 2025 02:55:51 -0700 Subject: [PATCH] :wrench: Setup config folder env var --- zshrc.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zshrc.txt b/zshrc.txt index ac11befd..e1dfb9a8 100644 --- a/zshrc.txt +++ b/zshrc.txt @@ -7,7 +7,7 @@ set -o noclobber # set +o noclobber # create custom env variables: -export cproj="/home/brian/Documents/Code/javascript/city_stats/research/" +export XDG_CONFIG_HOME="$HOME/.config" # set up python-virtualenvwrapper # https://wiki.archlinux.org/title/Python/Virtual_environment @@ -85,7 +85,7 @@ precmd() { vcs_info } # git info/styling for prompt zstyle ':vcs_info:*' check-for-changes true zstyle ':vcs_info:*' unstagedstr '%B%F{yellow} ' -zstyle ':vcs_info:*' stagedstr '%B%F{green} ' +zstyle ':vcs_info:*' stagedstr '%B%F{green} ✔' zstyle ':vcs_info:git:*' formats '%b%u%c' zstyle ':vcs_info:git:*' actionformats '%b|%a%u%c'