mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
10 lines
149 B
Bash
10 lines
149 B
Bash
#
|
|
# {{@@ env['dotdrop_warning'] @@}}
|
|
#
|
|
|
|
XDG_CONFIG_HOME="$HOME/.config"
|
|
export XDG_CONFIG_HOME
|
|
VISUAL='vim'
|
|
export VISUAL
|
|
EDITOR='vim'
|
|
export EDITOR
|