From 270b56ffe2689b37ca9e5937ddf2a8c4437c9891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20W=C3=BChr?= Date: Mon, 19 Feb 2024 18:13:38 +0100 Subject: [PATCH] Remove starship --- dotconf/bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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/*