run kitty setup in bashrc

This commit is contained in:
jc 2024-06-04 23:02:39 -04:00
commit 4493bbfd31
No known key found for this signature in database
2 changed files with 72 additions and 0 deletions

View file

@ -198,6 +198,9 @@ else
fi
unset color_prompt
# setup kitty
~/.config/kitty/setup.sh
type -p curl >/dev/null || echo -e "$WARNING curl is not installed"
command -v nvm > /dev/null 2>&1