diff options
Diffstat (limited to 'session')
| -rwxr-xr-x | session | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -186,6 +186,8 @@ if [ "$BASENAME" == "session-list" ]; then    __session_list  elif [ ! -z "$1" ] && [ "$BASENAME" == "session-chooser" ]; then    __session_chooser +elif [ ! -z "$1" ] && [ "$BASENAME" == "terminal-session-chooser" ]; then +  terminal session-chooser  elif [ ! -z "$1" ] && echo "$1" | grep -q -- '--list'; then    __session_list  elif [ ! -z "$1" ] && echo "$1" | grep -q -- '--chooser'; then  | 
