From e7eb0c9e7fb436e6f493f1666718e4be8539601a Mon Sep 17 00:00:00 2001 From: Kristjan Komlosi Date: Thu, 5 May 2022 22:22:34 +0200 Subject: [PATCH] add theme to profile bash-it powerline --- dot_profile | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_profile b/dot_profile index 8128cd6..930cb7a 100644 --- a/dot_profile +++ b/dot_profile @@ -1,4 +1,5 @@ export EDITOR=/usr/bin/vim +export BASH_IT_THEME="powerline" export QT_QPA_PLATFORMTHEME="qt5ct" export QT_AUTO_SCREEN_SCALE_FACTOR=0 export GTK2_RC_FILES="$HOME/.gtkrc-2.0"