aboutsummaryrefslogtreecommitdiff
path: root/config/paths.sh
diff options
context:
space:
mode:
Diffstat (limited to 'config/paths.sh')
-rw-r--r--config/paths.sh12
1 files changed, 0 insertions, 12 deletions
diff --git a/config/paths.sh b/config/paths.sh
deleted file mode 100644
index bf72be3..0000000
--- a/config/paths.sh
+++ /dev/null
@@ -1,12 +0,0 @@
-# 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