diff options
author | awy <awy@awy.one> | 2024-10-26 19:31:37 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2024-10-26 19:31:37 +0300 |
commit | 600b681c34f1db482b247f8a5ef46c85fba9cc08 (patch) | |
tree | cd129f05fd3bceb373b3ddda3c55b9a4d949cc5f /.config | |
parent | 928e08efaa128ea0225cb76eb6b38abc74b78da8 (diff) |
foot term / dif term support
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" |