aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/home/.config/zsh/.zshrc
diff options
context:
space:
mode:
authorLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
committerLibravatar sommerfeld <[email protected]>2026-04-17 10:54:07 +0100
commit28651e0c6da48de4763188180568c65a89f7708f (patch)
treefb4bb77f69dc3c74d674f1392f92aef5450ec047 /home/.config/zsh/.zshrc
parentf00a83257176cde1c6350a901fca89622938ebc8 (diff)
downloaddotfiles-28651e0c6da48de4763188180568c65a89f7708f.tar.gz
dotfiles-28651e0c6da48de4763188180568c65a89f7708f.tar.bz2
dotfiles-28651e0c6da48de4763188180568c65a89f7708f.zip
chore: remove all X11/Xorg configs and references
Removed: - home/.config/{X11,bspwm,sxhkd,polybar,rofi,dunst,sxiv,sx,alacritty} - meta/{x-base,x-de,x-extra} metapackages - barscripts/ (polybar GPU scripts) - nvim sxhkdrc ftplugin and treesitter parser Updated: - mimeapps.list: sxiv → imv - ghostty config: bspwm → sway comment - .zshrc: alacritty → xterm-ghostty in TERM check - .zprofile: removed bspwm from comment - copilot-instructions.md: removed X11 references
Diffstat (limited to 'home/.config/zsh/.zshrc')
-rw-r--r--home/.config/zsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.config/zsh/.zshrc b/home/.config/zsh/.zshrc
index 4c4cb29..d860826 100644
--- a/home/.config/zsh/.zshrc
+++ b/home/.config/zsh/.zshrc
@@ -138,7 +138,7 @@ autoload -Uz add-zsh-hook
xterm_title_precmd() { print -Pn -- '\e]2;%~\a' }
xterm_title_preexec() { print -Pn -- '\e]2;%~ %# ' && print -n -- "${(q)1}\a" }
-if [[ "$TERM" == (alacritty|st*|screen*|xterm*|rxvt*|tmux*|putty*|konsole*|gnome*) ]]; then
+if [[ "$TERM" == (xterm-ghostty|st*|screen*|xterm*|rxvt*|tmux*|putty*|konsole*|gnome*) ]]; then
add-zsh-hook -Uz precmd xterm_title_precmd
add-zsh-hook -Uz preexec xterm_title_preexec
fi