Adding starship configuration
This commit is contained in:
@ -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)"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user