diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/shell/profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 4388c6d..056dfdd 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -2,6 +2,8 @@ export PATH="$PATH:$(find ~/.local/bin -type d | paste -sd ':' -)" export ZDOTDIR="$HOME/.config/zsh" export BROWSER="firefox" export EDITOR="nvim" +export TERMINAL="foot" +export TERMINAL_PROG="foot" export XDG_CONFIG_HOME="$HOME/.config" export XDG_DATA_HOME="$HOME/.local/share" |