Compare commits

..

No commits in common. "3d388e9fc89c3af944537f4681fafd030a10a3b0" and "d122e22dc7a08c0401406cc768ab84f39522de5b" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -10,9 +10,8 @@ Useful utility scripts.
| Script | Comment |
|---|---|
|date-show|Show a time and date window.|
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|newsh ["command"]|Create executable `sh` script. Optionally add `command`.|
|pam-say <text>|Tells Pamela to say something.|
|qutesesh|Open a Qutebrowser session.|
|newbash ["command"]|Create executable `bash` script. Optionally add `command`.|
|date-show|Show a time and date window.|
|pam-say <text>|Tells Pamela to say something|

View File

@ -10,7 +10,6 @@ fi
_session_list=$(ls -t "$_session_dir" | sed 's/\.yml//')
_session=$(printf "NONE\n%s" "$_session_list" | dmenu $DMENU_OPTIONS -i -p "Session :")
[ -z "$_session" ] && exit 5;
if [ "$_session" = 'NONE' ] ; then
qutebrowser -R