Skip to content

Commit

Permalink
feat: add separator to distinguish tmux sessions from other results (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDeneire authored Jan 3, 2024
1 parent 3fd8c7b commit 99f4ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/t
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ get_sessions_by_mru() {
tmux list-sessions \
-f "#{!=:#{session_id},$CURRENT_SID}" \
-F '#{session_last_attached} #{session_name}' \
| sort --numeric-sort --reverse | awk '{print $2}'
| sort --numeric-sort --reverse | awk '{print $2}; END {print "———"}'
}

get_zoxide_results() {
Expand Down

0 comments on commit 99f4ef2

Please sign in to comment.