From 7a6b5da5ee4ae3da92a8ebf56773d62c7518dafd Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 23 Jun 2020 12:11:39 -0300 Subject: Status alias at timew-shell --- timew-shell | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'timew-shell') diff --git a/timew-shell b/timew-shell index b662107..2ebbf28 100755 --- a/timew-shell +++ b/timew-shell @@ -17,7 +17,7 @@ function timew_shell { # If line is not empty or commented, process command STDIN=($STDIN) - if [ "$STDIN" == "status" ]; then + if [ "$STDIN" == "status" ] || [ "$STDIN" == "st" ]; then timew else timew ${STDIN[@]} -- cgit v1.2.3