summaryrefslogtreecommitdiff
path: root/bash/.bashrc
diff options
context:
space:
mode:
authorDavid T. Sadler <davidtsadler@googlemail.com>2026-01-23 16:18:40 +0000
committerDavid T. Sadler <davidtsadler@googlemail.com>2026-01-24 13:29:44 +0000
commit46db905e881306ce86d6a0c8b8407baaeb7acd0b (patch)
treed37e91361e07c4c3ffa3debae44f09f91a3b221d /bash/.bashrc
parent6285067546ee45ed5b0f27f246aa323cb818fbbc (diff)
Stow starship
Diffstat (limited to 'bash/.bashrc')
-rw-r--r--bash/.bashrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
index f17265f..8864fcd 100644
--- a/bash/.bashrc
+++ b/bash/.bashrc
@@ -3,3 +3,5 @@
if [ -f ~/.bash_aliases ] ; then
. ~/.bash_aliases
fi
+
+eval "$(starship init bash)"