File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,8 @@ export OPENSSL_DIR="/usr/local/ssl"
2121export CARGO_HOME=" ${XDG_DATA_HOME} /cargo"
2222export CURL_HOME=" ${XDG_CONFIG_HOME} /curl"
2323export DOCKER_CONFIG=" ${XDG_CONFIG_HOME} /docker"
24- export GIT_CONFIG=" ${XDG_CONFIG_HOME} /git/.gitconfig"
24+ # export GIT_CONFIG="${XDG_CONFIG_HOME}/git/.gitconfig"
25+ # export GIT_CONFIG="${HOME}/.gitconfig"
2526export KDEHOME=" ${XDG_CONFIG_HOME} /kde"
2627export LESSHISTFILE=" -" # Disable less history.
2728export PASSWORD_STORE_DIR=" ${XDG_DATA_HOME} /pass"
@@ -43,3 +44,7 @@ export LANG='en_GB.UTF-8';
4344export PYTHONIOENCODING=' UTF-8' ;
4445export LC_ALL=' C' ;
4546
47+ # make sure user‐installed scripts are on PATH
48+ if [[ -d " $XDG_BIN_HOME " ]]; then
49+ export PATH=" $XDG_BIN_HOME :$PATH "
50+ fi
You can’t perform that action at this time.
0 commit comments