From 9028d5c836b0fe51e8c2575c976832de9d7e0033 Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Tue, 14 Nov 2023 03:58:58 +0100 Subject: [PATCH] add LC_TERMINAL=ShellFish --- .chezmoitemplates/zshrc_linux.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index 198f243..5e9d9ad 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -129,6 +129,7 @@ export EDITOR=vim eval "$(starship init zsh)" +export LC_TERMINAL=ShellFish test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc" if [ -x "$(command -v tmux)" ] && [ -n "${DISPLAY}" ] && [ -z "${TMUX}" ]; then