aboutsummaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x[-rw-r--r--].bashrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index dbebf75..7ba29d2 100644..100755
--- a/.bashrc
+++ b/.bashrc
@@ -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