From b8ab68c909cebad7400839bf637fc6bf86230d14 Mon Sep 17 00:00:00 2001 From: Zanark Date: Fri, 2 Oct 2020 13:05:09 +0530 Subject: [PATCH] fixed base theme file call --- themes/gitline/gitline.theme.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/gitline/gitline.theme.bash b/themes/gitline/gitline.theme.bash index 995b8c07..1d7ac47b 100644 --- a/themes/gitline/gitline.theme.bash +++ b/themes/gitline/gitline.theme.bash @@ -1,6 +1,6 @@ #!/usr/bin/env bash -. "$BASH_IT/themes/gitline/powerline.base.bash" +. "$BASH_IT/themes/gitline/gitline.base.bash" #For the logo(Uncomment if you want a logo before your name) #PROMPT_DISTRO_LOGO="💻"