bashrc: eval starship

This commit is contained in:
Frieder Schlesier 2023-01-09 17:54:22 +01:00
parent 3ea00177df
commit 4bf641ea53
1 changed files with 3 additions and 0 deletions

View File

@ -124,6 +124,9 @@ if [ -z "$SSH_AUTH_SOCK" ] ; then
# ssh-add
fi
eval "$(starship init bash)"
# BEGIN_KITTY_SHELL_INTEGRATION
if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi
# END_KITTY_SHELL_INTEGRATION