make kitty place with ssh

This commit is contained in:
Tyler Starr 2023-11-23 11:37:36 -08:00
parent 763939aa77
commit ed5a025d23

View File

@ -4,6 +4,9 @@
# Make vim the default editor.
export EDITOR=nvim
# Make kitty behave nice
export TERM="xterm-256color"
# Customize prompt
export PROMPT="%{$fg[red]%}%m $PROMPT"