File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,12 @@ export PAGER="less"
1717
1818# # Respect XDG directories
1919export ADOTDIR=" ${XDG_CACHE_HOME} /zsh/antigen"
20+ export TMUX_CONF=" ${XDG_CONFIG_HOME} /tmux/tmux.conf"
2021export OPENSSL_DIR=" /usr/local/ssl"
2122export CARGO_HOME=" ${XDG_DATA_HOME} /cargo"
2223export CURL_HOME=" ${XDG_CONFIG_HOME} /curl"
2324export DOCKER_CONFIG=" ${XDG_CONFIG_HOME} /docker"
24- export GIT_CONFIG=" ${XDG_CONFIG_HOME} /git/.gitconfig"
25+ # export GIT_CONFIG="${XDG_CONFIG_HOME}/git/.gitconfig"
2526export KDEHOME=" ${XDG_CONFIG_HOME} /kde"
2627export LESSHISTFILE=" -" # Disable less history.
2728export PASSWORD_STORE_DIR=" ${XDG_DATA_HOME} /pass"
@@ -43,3 +44,4 @@ export LANG='en_GB.UTF-8';
4344export PYTHONIOENCODING=' UTF-8' ;
4445export LC_ALL=' C' ;
4546
47+ . " /Users/alicia.sykes/.local/share/cargo/env"
You can’t perform that action at this time.
0 commit comments