add LC_TERMINAL=ShellFish

This commit is contained in:
Simon Rieger 2023-11-14 03:58:58 +01:00
parent 77b2fc28d0
commit 9028d5c836

View file

@ -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