From 87a20dd5faf91cc25e8675eff8bd15f7a259f22c Mon Sep 17 00:00:00 2001 From: la-ninpre Date: Sun, 6 Dec 2020 23:34:51 +0300 Subject: add starship prompt --- .bashrc | 3 +++ 1 file changed, 3 insertions(+) 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)" -- cgit v1.2.3