bashrc: eval starship
This commit is contained in:
parent
3ea00177df
commit
4bf641ea53
3
.bashrc
3
.bashrc
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue