diff options
author | awy <awy@awy.one> | 2025-08-01 02:36:14 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-01 02:36:14 +0300 |
commit | 8477fa2132788363d14fd4696d2767762773403f (patch) | |
tree | a0a04f76692e709cd60d478b08e6874fbc444001 /.config/shell | |
parent | e1b30acae23f8de408d1088446683f677651b3a8 (diff) | |
download | hyprdots-8477fa2132788363d14fd4696d2767762773403f.tar.gz |
kitty
Diffstat (limited to '.config/shell')
-rw-r--r-- | .config/shell/profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/shell/profile b/.config/shell/profile index 44f3bc4..cafd11b 100644 --- a/.config/shell/profile +++ b/.config/shell/profile @@ -11,8 +11,8 @@ unsetopt PROMPT_SP 2>/dev/null # Default programs: export EDITOR="nvim" export MANPAGER='nvim +Man!' -export TERMINAL="footclient" -export TERMINAL_PROG="footclient" +export TERMINAL="kitty" +export TERMINAL_PROG="kitty" export BROWSER="firefox" unset SSH_AGENT_PID |