Its nothing

This commit is contained in:
ry
2022-01-13 17:55:59 -08:00
parent ca593695b8
commit c1061f84c2
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@
# 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

View File

@@ -691,6 +691,7 @@ mk () { mkdir -p -- "$1" && cd -P -- "$1" }
# 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