Replace 'pastebin' alias, now uses termbin.
Syntax updates.
This commit is contained in:
parent
030b86eb84
commit
09674dd332
2 changed files with 3 additions and 2 deletions
|
|
@ -121,7 +121,7 @@ hash screen >/dev/null 2>&1 && {
|
|||
echo "Screen $STY, window $WINDOW."
|
||||
echo
|
||||
else
|
||||
_SCREENS="$( screen -ls | grep '[[:alpha:]]' | egrep -v '^([[:digit:]]+|No) Socket(s)?' )"
|
||||
_SCREENS="$(screen -ls | grep '[[:alpha:]]' | egrep -v '^([[:digit:]]+|No) Socket(s)?')"
|
||||
if [[ -n "$_SCREENS" ]]; then
|
||||
echo "$_SCREENS"
|
||||
echo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue