aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.xprofile7
1 files changed, 7 insertions, 0 deletions
diff --git a/.xprofile b/.xprofile
index 0f3433d..373e04c 100644
--- a/.xprofile
+++ b/.xprofile
@@ -1,6 +1,13 @@
setxkbmap -option compose:ralt
xset r rate 300 50
+export EDITOR=nvim
+export TERM=xterm-256color
+export TMPDIR="/tmp"
+export LANG="en_US.UTF-8"
+export LC_ALL="en_US.UTF-8"
+export PATH="$PATH:$HOME/.local/bin"
+
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"