.files/dotfiles/profile

17 lines
319 B
Plaintext
Raw Normal View History

#
# {{@@ env['dotdrop_warning'] @@}}
#
# Set XDG_CONFIG_HOME
2017-12-25 16:35:45 +00:00
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
# SSH Agent (KeeAgent)
SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket"
export SSH_AUTH_SOCK
# Use vim as editor on X
2017-12-27 11:02:26 +00:00
VISUAL='vim'
export VISUAL
# Use vim as standard editor
2017-12-27 11:02:26 +00:00
EDITOR='vim'
export EDITOR