diff options
| author | krolxon <krolyxon@tutanota.com> | 2024-05-09 12:40:52 +0530 |
|---|---|---|
| committer | krolxon <krolyxon@tutanota.com> | 2024-05-09 12:40:52 +0530 |
| commit | a9a59b942057218c80514966af3977671a6607e8 (patch) | |
| tree | 8a9fff649b3870a9c7993ec754c82068b5f53ed1 /.config/shell/profile | |
| parent | 15f325d5c5c960af5a44fc4b2269437cd2216fc8 (diff) | |
switch to alacritty
Diffstat (limited to '.config/shell/profile')
| -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 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" |
