.files/dotfiles/profile

11 lines
149 B
Bash

#
# {{@@ env['dotdrop_warning'] @@}}
#
XDG_CONFIG_HOME="$HOME/.config"
export XDG_CONFIG_HOME
VISUAL='vim'
export VISUAL
EDITOR='vim'
export EDITOR