pull/152/merge
Tim Felgentreff 2021-12-30 13:27:55 -10:00 committed by GitHub
commit 6f4b1a4e80
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ pane_format() {
format+="${delimiter}"
format+="#{pane_index}"
format+="${delimiter}"
format+=":#{pane_current_path}"
format+=":#{?pane_current_path,#{pane_current_path},#(lsof -t #{pane_tty} | head -1 | xargs -I % readlink -e /proc/%/cwd)}"
format+="${delimiter}"
format+="#{pane_active}"
format+="${delimiter}"