Update tmux configs

This commit is contained in:
Uttarayan Mondal
2022-02-14 23:42:53 +05:30
parent c386fa12cd
commit 471c328ef1
11 changed files with 38 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
live_sessions=$(tmux list-sessions 2>/dev/null)
all_sessions=$(find ~/.config/tmux/sessions -type f -executable -printf '%f\n')
all_sessions=$(find ~/.config/tmux/sessions -type f -executable -printf '%f\n'| sort)
TMUX_SESSIONS="$HOME/.config/tmux/sessions"
# for some reason ~/.config/tmux/session doesn't work if made with quotes
# TMUX_SESSIONS=$XDG_CONFIG_HOME/tmux/sessions