Wrap long line

This commit is contained in:
2014-02-27 23:41:11 +00:00
parent 90caa0d362
commit 33f26bca56

View File

@@ -302,8 +302,9 @@ __expand_path() {
} }
__get_first_window_index() { __get_first_window_index() {
local index local index=$(tmuxifier-tmux list-windows -t "$session:" \
index=$(tmuxifier-tmux list-windows -t "$session:" -F "#{window_index}" 2>/dev/null) -F "#{window_index}" 2>/dev/null)
if [ -n "$index" ]; then if [ -n "$index" ]; then
echo "$index" | head -1 echo "$index" | head -1
else else