diff options
| author | 2026-04-17 10:53:52 +0100 | |
|---|---|---|
| committer | 2026-04-17 10:53:52 +0100 | |
| commit | 9d2b7ceaffa67313726d7baaef6e6718a53315a2 (patch) | |
| tree | 1248778c394121bb300cfd046e9c74f918d73fc8 | |
| parent | eaa5db48848246b94d35af846eb0e8d553310a62 (diff) | |
| download | dotfiles-9d2b7ceaffa67313726d7baaef6e6718a53315a2.tar.gz dotfiles-9d2b7ceaffa67313726d7baaef6e6718a53315a2.tar.bz2 dotfiles-9d2b7ceaffa67313726d7baaef6e6718a53315a2.zip | |
chore: set ghostty as default terminal
| -rw-r--r-- | home/.config/zsh/.zprofile | 2 |
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' |
