Adding starship configuration

This commit is contained in:
gerardo
2022-09-06 14:20:16 -05:00
parent ed9aa84d9c
commit d58bdbcb83
3 changed files with 57 additions and 1 deletions

View File

@ -130,3 +130,11 @@ fi
echo "Adding local path folders ... ~/.local/bin"
export PATH="$PATH:~/.local/bin"
echo "Setting vim as editor ..."
export EDITOR=vim
echo "Initializing starship ..."
eval "$(starship init bash)"