Export location of static ssh_auth_sock
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
cb2b5b8497
commit
e34c8cce22
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@ export LANG=en_US.UTF-8
|
||||||
export LC_CTYPE=${LANG}
|
export LC_CTYPE=${LANG}
|
||||||
export TZ="Europe/Berlin"
|
export TZ="Europe/Berlin"
|
||||||
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgreprc
|
export RIPGREP_CONFIG_PATH=$HOME/.config/ripgreprc
|
||||||
|
export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock
|
||||||
|
|
||||||
## Map ctrl+← and ctrl+→ to move cursor word wise
|
## Map ctrl+← and ctrl+→ to move cursor word wise
|
||||||
bindkey -e
|
bindkey -e
|
||||||
|
|
Loading…
Reference in a new issue