diff --git a/.bashrc b/.bashrc index 8bea452..787f8f8 100644 --- a/.bashrc +++ b/.bashrc @@ -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 diff --git a/setup.sh b/setup.sh index 01542d4..51f1c32 100755 --- a/setup.sh +++ b/setup.sh @@ -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