Remove starship
This commit is contained in:
parent
6b2120f578
commit
270b56ffe2
1 changed files with 1 additions and 2 deletions
|
@ -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/*
|
||||||
|
|
Loading…
Reference in a new issue