initial
This commit is contained in:
9
tmux/powerline/config/helpers.sh
Normal file
9
tmux/powerline/config/helpers.sh
Normal file
@ -0,0 +1,9 @@
|
||||
# Other settings and helper functions.
|
||||
|
||||
debug_mode_enabled() {
|
||||
[ -n "$TMUX_POWERLINE_DEBUG_MODE_ENABLED" -a "$TMUX_POWERLINE_DEBUG_MODE_ENABLED" != "false" ];
|
||||
}
|
||||
|
||||
patched_font_in_use() {
|
||||
[ -z "$TMUX_POWERLINE_PATCHED_FONT_IN_USE" -o "$TMUX_POWERLINE_PATCHED_FONT_IN_USE" != "false" ];
|
||||
}
|
Reference in New Issue
Block a user