From 45647cad48d101195a718d00f1374c293a9f12f9 Mon Sep 17 00:00:00 2001 From: servostar Date: Sun, 24 Nov 2024 16:18:30 +0100 Subject: [PATCH] bash: add starship prompt to bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index e888166..5de1a78 100644 --- a/.bashrc +++ b/.bashrc @@ -14,4 +14,6 @@ PS1='[\u@\h \W]\$ ' # Set up fzf key bindings and fuzzy completion eval "$(fzf --bash)" +eval "$(starship init bash)" + [[ ! ${BLE_VERSION-} ]] || ble-attach