Skip to content

Commit 1fe29be

Browse files
committed
clean up themes/powerline-naked
1 parent 65bd044 commit 1fe29be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

themes/powerline-naked/powerline-naked.base.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# shellcheck shell=bash
2-
# shellcheck disable=SC2034 # Expected behavior for themes.
3-
# shellcheck source-path=SCRIPTDIR/../powerline
2+
# shellcheck disable=SC2034,SC1091 # Expected behavior for themes.
3+
# shellcheck source-path=themes/powerline/powerline.base.bash
44
source "${BASH_IT?}/themes/powerline/powerline.base.bash"
55

66
function __powerline_left_segment {

0 commit comments

Comments
 (0)