Remove starship

This commit is contained in:
Alex 2024-02-19 18:13:38 +01:00
parent 6b2120f578
commit 270b56ffe2
Signed by: l-x
GPG key ID: 0B7107C9393169F4

View file

@ -5,7 +5,7 @@ esac
export OSH=~/.oh-my-bash export OSH=~/.oh-my-bash
OSH_THEME="powerbash10k" OSH_THEME="powerline-naked"
OMB_USE_SUDO=true OMB_USE_SUDO=true
completions=( completions=(
@ -45,7 +45,6 @@ alias c="composer"
alias dc="docker compose" alias dc="docker compose"
alias gu="gitup" alias gu="gitup"
[ ! -z "$(which starship)" ] && eval "$(starship init bash)"
[ ! -z "$(which direnv)" ] && eval "$(direnv hook bash)" [ ! -z "$(which direnv)" ] && eval "$(direnv hook bash)"
for f in ~/.bashrc.d/* for f in ~/.bashrc.d/*