aboutsummaryrefslogtreecommitdiff
path: root/config/zsh/30-behavior.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2021-09-01 12:43:41 -0500
committerMatt Singleton <matt@xcolour.net>2022-03-16 18:59:37 -0500
commita17ae708b7bf66bea0437417ef0ca0c2ad3be13c (patch)
treed09ee1642c923a9d9edef0a4edfaec3f10efa0f3 /config/zsh/30-behavior.zsh
parentc12583494ee49a2ef1d2c485795f51712d66ce71 (diff)
sway-related config changes
Diffstat (limited to 'config/zsh/30-behavior.zsh')
-rw-r--r--config/zsh/30-behavior.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/zsh/30-behavior.zsh b/config/zsh/30-behavior.zsh
index d62834f..f2e483e 100644
--- a/config/zsh/30-behavior.zsh
+++ b/config/zsh/30-behavior.zsh
@@ -26,7 +26,7 @@ infocmp "$TERM" > /dev/null 2>&1 || export TERM=xterm-256color
# set term title appropriately based on term type
# user@host:current_dir (current_command)
case "$TERM" in
- xterm*|rxvt*|screen*|alacritty*)
+ xterm*|rxvt*|screen*|alacritty*|foot)
term_preexec () {
printf '\e]0;%s (%s)\a' ${(%):-'%n@%m:%~'} "$1"
}