From 09fdd443cbbf267e20fc239ceac5d8aef1706fea Mon Sep 17 00:00:00 2001 From: quak Date: Wed, 2 Oct 2024 23:37:46 +0200 Subject: [PATCH] added starship starting command to .bash_profile for both private and work configs --- bash-conf-private/.bash_profile | 2 ++ bash-conf-work/.bash_profile | 3 +++ 2 files changed, 5 insertions(+) diff --git a/bash-conf-private/.bash_profile b/bash-conf-private/.bash_profile index 8bac9fa..fd70723 100644 --- a/bash-conf-private/.bash_profile +++ b/bash-conf-private/.bash_profile @@ -2,3 +2,5 @@ # ~/.bash_profile # +# start starship +eval "$(starship init bash)" diff --git a/bash-conf-work/.bash_profile b/bash-conf-work/.bash_profile index 4db8580..0658f86 100644 --- a/bash-conf-work/.bash_profile +++ b/bash-conf-work/.bash_profile @@ -7,3 +7,6 @@ export PATH="$PATH:~/tools/Xilinx/Vivado/2021.1/bin" # vivado license export XILINXD_LICENSE_FILE=26140@aberdeen.zhaw.ch + +# start starship +eval "$(starship init bash)"