fix(main): remove old constants
This commit is contained in:
parent
465eb977f5
commit
493c36477d
1 changed files with 0 additions and 5 deletions
|
@ -1,10 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
PLUGIN_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
PLUGIN_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||||
DEFAULT_STATUS_LINE_FILE=src/default.conf
|
|
||||||
PILL_STATUS_LINE_FILE=src/pill-status-line.conf
|
|
||||||
POWERLINE_STATUS_LINE_FILE=src/powerline-status-line.conf
|
|
||||||
POWERLINE_ICONS_STATUS_LINE_FILE=src/powerline-icons-status-line.conf
|
|
||||||
NO_PATCHED_FONTS_STATUS_LINE_FILE=src/no-patched-fonts-status-line.conf
|
|
||||||
|
|
||||||
get_tmux_option() {
|
get_tmux_option() {
|
||||||
local option value default
|
local option value default
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue