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.
1 parent 65bd044 commit 1fe29beCopy full SHA for 1fe29be
themes/powerline-naked/powerline-naked.base.bash
@@ -1,6 +1,6 @@
1
# shellcheck shell=bash
2
-# shellcheck disable=SC2034 # Expected behavior for themes.
3
-# shellcheck source-path=SCRIPTDIR/../powerline
+# shellcheck disable=SC2034,SC1091 # Expected behavior for themes.
+# shellcheck source-path=themes/powerline/powerline.base.bash
4
source "${BASH_IT?}/themes/powerline/powerline.base.bash"
5
6
function __powerline_left_segment {
0 commit comments