summaryrefslogtreecommitdiff
path: root/.config/shell
diff options
context:
space:
mode:
authorkrolxon <krolyxon@tutanota.com>2024-05-09 12:40:52 +0530
committerkrolxon <krolyxon@tutanota.com>2024-05-09 12:40:52 +0530
commita9a59b942057218c80514966af3977671a6607e8 (patch)
tree8a9fff649b3870a9c7993ec754c82068b5f53ed1 /.config/shell
parent15f325d5c5c960af5a44fc4b2269437cd2216fc8 (diff)
switch to alacritty
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 ff4a825..dddb1f8 100644
--- a/.config/shell/profile
+++ b/.config/shell/profile
@@ -1,8 +1,8 @@
#!/bin/sh
export EDITOR="nvim"
-export TERMINAL="st"
-export TERMINAL_PROG="st"
+export TERMINAL="alacritty"
+export TERMINAL_PROG="alacritty"
export BROWSER="librewolf"
export XDG_CONFIG_HOME="$HOME/.config"