We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$POWERLINE_PROMPT
1 parent 64c6c93 commit 09bd63cCopy full SHA for 09bd63c
themes/gitline/gitline.theme.bash
@@ -1,6 +1,7 @@
1
-#!/usr/bin/env bash
2
-
3
-. "$BASH_IT/themes/gitline/powerline.base.bash"
+# shellcheck shell=bash
+# shellcheck disable=SC2034 # Expected behavior for themes.
+# shellcheck source-path=SCRIPTDIR/../gitline
4
+source "${BASH_IT?}/themes/gitline/powerline.base.bash"
5
6
#For the logo(Uncomment if you want a logo before your name)
7
#PROMPT_DISTRO_LOGO="💻"
@@ -67,5 +68,6 @@ IN_VIM_THEME_PROMPT_TEXT="vim"
67
68
IN_TOOLBOX_THEME_PROMPT_COLOR=125
69
IN_TOOLBOX_THEME_PROMPT_TEXT="⬢ "
70
71
+: "${POWERLINE_PROMPT:="user_info scm python_venv ruby node cwd"}"
72
73
safe_append_prompt_command __powerline_prompt_command
0 commit comments