mirror of
https://github.com/DefectingCat/dotfiles
synced 2025-07-15 16:51:36 +00:00
10 lines
233 B
Bash
10 lines
233 B
Bash
INSTALL_DIR="/etc/nvim/"
|
|
|
|
export XDG_CONFIG_HOME="${INSTALL_DIR}.config"
|
|
export XDG_DATA_HOME="${INSTALL_DIR}.local/share"
|
|
export XDG_STATE_HOME="${INSTALL_DIR}.local/state"
|
|
export TERM="xterm-256color"
|
|
export DISPLAY=":0"
|
|
|
|
/bin/zsh
|