add LC_TERMINAL=ShellFish
This commit is contained in:
parent
77b2fc28d0
commit
9028d5c836
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue