aboutsummaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2025-08-18 21:29:55 +0530
committerkrolxon <krolyxon@tutanota.com>2025-08-18 21:29:55 +0530
commit6040b93516812d1ea0093e68cec2a095c2ed26bd (patch)
tree324ae3786d5f3a4033e46e38cc3df8faff427d94 /.config/shell
parent187010dcbb3501d7d112c03bd3fe03bec95b78c4 (diff)
make yazi more like lf, set foor as $EDITOR
Diffstat (limited to '.config/shell')
-rw-r--r--.config/shell/profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile
index a2a6071..a3cb026 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -1,8 +1,8 @@
#!/bin/sh
export EDITOR="nvim"
-export TERMINAL="alacritty"
-export TERMINAL_PROG="alacritty"
+export TERMINAL="foot"
+export TERMINAL_PROG="foot"
export BROWSER="zen-browser"
export XDG_CONFIG_HOME="$HOME/.config"