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