dotfiles/homedir/.config/zsh.d/modules/local
fbt c78cb78ff0 init
Signed-off-by: fbt <fbt@fleshless.org>
2017-05-03 16:10:13 +03:00

9 lines
172 B
Bash

# Local zsh config, not to be synced.
# vim: ft=zsh
# SSH
SSH_AUTH_SOCK="/tmp/${USER}-ssh-auth.sock"
export SSH_AUTH_SOCK
function x { exec xinit -- -nolisten tcp vt9; }