aboutsummaryrefslogtreecommitdiff
path: root/timew-shell
diff options
context:
space:
mode:
Diffstat (limited to '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[@]}