[fix] Remove packer_compiled.lua

This commit is contained in:
Uttarayan Mondal
2022-12-07 19:28:07 +05:30
parent 729dd5c07e
commit 113a235bc5
5 changed files with 6 additions and 377 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'| sort)
all_sessions=$(gfind ~/.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