From 600b681c34f1db482b247f8a5ef46c85fba9cc08 Mon Sep 17 00:00:00 2001 From: awy Date: Sat, 26 Oct 2024 19:31:37 +0300 Subject: foot term / dif term support --- .config/shell/profile | 2 ++ 1 file changed, 2 insertions(+) (limited to '.config') 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" -- cgit v1.2.3