aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2020-06-23 12:11:39 -0300
committerSilvio Rhatto <rhatto@riseup.net>2020-06-23 12:11:39 -0300
commit7a6b5da5ee4ae3da92a8ebf56773d62c7518dafd (patch)
treee354408aba0020fc2f7e883b9fe01e49f7d066cf
parentc7eda3362f02c357367133dc47b6b932adfea26b (diff)
downloadscripts-7a6b5da5ee4ae3da92a8ebf56773d62c7518dafd.tar.gz
scripts-7a6b5da5ee4ae3da92a8ebf56773d62c7518dafd.tar.bz2
Status alias at timew-shell
-rwxr-xr-xtimew-shell2
1 files changed, 1 insertions, 1 deletions
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[@]}