update bash setup

This commit is contained in:
Chris Titus
2022-10-05 19:33:40 -05:00
parent 5751f1280c
commit a1c6df37ad
2 changed files with 5 additions and 0 deletions

View File

@@ -594,3 +594,7 @@ export PATH=$PATH:"/home/titus/.local/bin"
# Install Starship - curl -sS https://starship.rs/install.sh | sh
eval "$(starship init bash)"
#Autojump
. /usr/share/autojump/autojump.sh

View File

@@ -4,3 +4,4 @@ gitpath=`pwd`
curl -sS https://starship.rs/install.sh | sh
ln -s $gitpath/.bashrc $HOME/.bashrc
ln -s $gitpath/starship.toml $HOME/.config/starship.toml
sudo apt install autojump