]> gitweb.fluxo.info Git - scripts.git/commitdiff
Status alias at timew-shell
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 23 Jun 2020 15:11:39 +0000 (12:11 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 23 Jun 2020 15:11:39 +0000 (12:11 -0300)
timew-shell

index b662107b145f2d9af583ed1a5989605251cffc85..2ebbf286baa32f84e22a3733b126b16486b906e9 100755 (executable)
@@ -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[@]}