chore(scripts): added csgores, desktopres, mouserotation and made sessions uppercase in tms
This commit is contained in:
@@ -16,6 +16,7 @@ if [[ -z $selected ]]; then
|
||||
fi
|
||||
|
||||
selected_name=$(basename "$selected" | tr . _)
|
||||
selected_name=${selected_name^^}
|
||||
tmux_running=$(pgrep tmux)
|
||||
|
||||
if [[ -z $TMUX ]] && [[ -z $tmux_running ]]; then
|
||||
|
||||
Reference in New Issue
Block a user