mirror of
https://github.com/shokinn/.files.git
synced 2025-01-19 05:22:25 +00:00
11 lines
149 B
Bash
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
|