🔧 Setup config folder env var
This commit is contained in:
parent
89dc300425
commit
a277a1bf28
1 changed files with 2 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ set -o noclobber
|
||||||
# set +o noclobber
|
# set +o noclobber
|
||||||
|
|
||||||
# create custom env variables:
|
# create custom env variables:
|
||||||
export cproj="/home/brian/Documents/Code/javascript/city_stats/research/"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
|
|
||||||
# set up python-virtualenvwrapper
|
# set up python-virtualenvwrapper
|
||||||
# https://wiki.archlinux.org/title/Python/Virtual_environment
|
# https://wiki.archlinux.org/title/Python/Virtual_environment
|
||||||
|
|
@ -85,7 +85,7 @@ precmd() { vcs_info }
|
||||||
# git info/styling for prompt
|
# git info/styling for prompt
|
||||||
zstyle ':vcs_info:*' check-for-changes true
|
zstyle ':vcs_info:*' check-for-changes true
|
||||||
zstyle ':vcs_info:*' unstagedstr '%B%F{yellow} '
|
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:*' formats '%b%u%c'
|
||||||
zstyle ':vcs_info:git:*' actionformats '%b|%a%u%c'
|
zstyle ':vcs_info:git:*' actionformats '%b|%a%u%c'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue