aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:53:52 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:53:52 +0100
commit9d2b7ceaffa67313726d7baaef6e6718a53315a2 (patch)
tree1248778c394121bb300cfd046e9c74f918d73fc8 /home
parenteaa5db48848246b94d35af846eb0e8d553310a62 (diff)
downloaddotfiles-9d2b7ceaffa67313726d7baaef6e6718a53315a2.tar.gz
dotfiles-9d2b7ceaffa67313726d7baaef6e6718a53315a2.tar.bz2
dotfiles-9d2b7ceaffa67313726d7baaef6e6718a53315a2.zip
chore: set ghostty as default terminal
Diffstat (limited to 'home')
-rw-r--r--home/.config/zsh/.zprofile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/zsh/.zprofile b/home/.config/zsh/.zprofile
index fc1554d..e187baa 100644
--- a/home/.config/zsh/.zprofile
+++ b/home/.config/zsh/.zprofile
@@ -23,7 +23,7 @@ case $TERM in
*256color|*truecolor) export COLORTERM=24bit ;;
esac
-export TERMINAL='alacritty'
+export TERMINAL='ghostty'
export BROWSER='linkhandler'
export OPENER='xdg-open'