diff options
| author | Blista Kanjo | 2023-07-14 02:14:44 -0400 |
|---|---|---|
| committer | Blista Kanjo | 2023-07-14 02:14:44 -0400 |
| commit | 38831f53995575a56355fe8a928bae651a3483e7 (patch) | |
| tree | 37509cc252009388eb1fd029a110ab3fe6379251 /.xprofile | |
| parent | 07dd491f5f21a1655b87d2303d976086ae304e09 (diff) | |
feat: more `.xprofile` env declarations
Diffstat (limited to '.xprofile')
| -rw-r--r-- | .xprofile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |
