aboutsummaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
authorla-ninpre <leobrekalini@gmail.com>2020-12-06 23:34:51 +0300
committerla-ninpre <leobrekalini@gmail.com>2020-12-06 23:34:51 +0300
commit87a20dd5faf91cc25e8675eff8bd15f7a259f22c (patch)
tree1edf60b04f929338988ceadee617f11d8e55e6d4 /.bashrc
parentcca78be83a941a35c4abcfc8dfa7209a1c9aa515 (diff)
downloaddotfiles-87a20dd5faf91cc25e8675eff8bd15f7a259f22c.tar.gz
dotfiles-87a20dd5faf91cc25e8675eff8bd15f7a259f22c.zip
add starship prompt
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index fc0a23c..a7283bc 100644
--- a/.bashrc
+++ b/.bashrc
@@ -60,3 +60,6 @@ source $HOME/.local/bin/finit
# >/dev/null && \
# chmod 644 $FINIT_REPO
#}
+
+# starship prompt
+eval "$(starship init bash)"