aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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[@]}