initial
This commit is contained in:
12
tmux/powerline/generate_rc.sh
Executable file
12
tmux/powerline/generate_rc.sh
Executable file
@ -0,0 +1,12 @@
|
||||
#!/usr/bin/env bash
|
||||
# Generate default rc file.
|
||||
|
||||
export TMUX_POWERLINE_DIR_HOME="$(dirname $0)"
|
||||
source "${TMUX_POWERLINE_DIR_HOME}/config/paths.sh"
|
||||
source "${TMUX_POWERLINE_DIR_HOME}/config/defaults.sh"
|
||||
source "${TMUX_POWERLINE_DIR_HOME}/config/shell.sh"
|
||||
source "${TMUX_POWERLINE_DIR_LIB}/rcfile.sh"
|
||||
|
||||
generate_default_rc
|
||||
|
||||
exit 0
|
Reference in New Issue
Block a user