diff options
Diffstat (limited to 'config/paths.sh')
-rw-r--r-- | config/paths.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/config/paths.sh b/config/paths.sh new file mode 100644 index 0000000..bf72be3 --- /dev/null +++ b/config/paths.sh @@ -0,0 +1,12 @@ +# Paths + +export TMUX_POWERLINE_DIR_LIB="$TMUX_POWERLINE_DIR_HOME/lib" +export TMUX_POWERLINE_DIR_SEGMENTS="$TMUX_POWERLINE_DIR_HOME/segments" +export TMUX_POWERLINE_DIR_TEMPORARY="/tmp/tmux-powerline_${USER}" +export TMUX_POWERLINE_DIR_THEMES="$TMUX_POWERLINE_DIR_HOME/themes" +export TMUX_POWERLINE_RCFILE="$HOME/.tmux-powerlinerc" +export TMUX_POWERLINE_RCFILE_DEFAULT="$HOME/.tmux-powerlinerc.default" + +if [ ! -d "$TMUX_POWERLINE_DIR_TEMPORARY" ]; then + mkdir "$TMUX_POWERLINE_DIR_TEMPORARY" +fi |