diff options
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--] | .bashrc | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -41,5 +41,8 @@ done GPG_TTY="$(tty)" export GPG_TTY -eval "$(starship init bash)" +if [ -n "$(which starship)" ] +then + eval "$(starship init bash)" +fi |