Skip to content

Commit 89231e5

Browse files
committed
#369: support termux TMPDIR
1 parent d184332 commit 89231e5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,4 @@ Danfeng Shan <[email protected]>
4343
Abraham Nuñez <[email protected]>
4444
Gavin Kondrath <[email protected]>
4545
Izzy Gomez <[email protected]>
46+
Christian Reiniger<[email protected]>

config/paths.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
export TMUX_POWERLINE_DIR_LIB="$TMUX_POWERLINE_DIR_HOME/lib"
44
export TMUX_POWERLINE_DIR_SEGMENTS="$TMUX_POWERLINE_DIR_HOME/segments"
5-
export TMUX_POWERLINE_DIR_TEMPORARY="/tmp/tmux-powerline_${USER}"
5+
export TMUX_POWERLINE_DIR_TEMPORARY="${TMPDIR:-/tmp/tmux-powerline_${USER}}"
66
export TMUX_POWERLINE_DIR_THEMES="$TMUX_POWERLINE_DIR_HOME/themes"
77
if [ -z "$TMUX_POWERLINE_CONFIG_FILE" ]; then
88
export TMUX_POWERLINE_CONFIG_FILE="${XDG_CONFIG_HOME:-$HOME/.config}/tmux-powerline/config.sh"

0 commit comments

Comments
 (0)