Skip to content

Commit

Permalink
Merge pull request #23 from ChanderG/add_csh_support
Browse files Browse the repository at this point in the history
feat: add csh support
  • Loading branch information
rickstaa authored Nov 4, 2021
2 parents f585fef + 1461f3f commit a9dfcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ if [[ ! -f "$PID_FILE_PATH" ]]; then # If pane not yet monitored
# if so, break and notify
lc=$(echo "$output" | tail -c2)
case $lc in
"$" | "#" )
"$" | "#" | "%")
# tmux display-message "$@"
if [[ "$1" == "refocus" ]]; then
tmux switch -t \$"$SESSION_ID"
Expand Down

0 comments on commit a9dfcbe

Please sign in to comment.