about summary refs log tree commit diff stats
path: root/ayu
diff options
context:
space:
mode:
authorNova li Gensokyo <novaburst@kalli.st>2021-12-05 22:42:11 +0000
committerNova li Gensokyo <novaburst@kalli.st>2021-12-05 22:42:11 +0000
commit0c9f8e038bc58989d511213569b071983d3b8824 (patch)
treed7dda3e4777c0033d09b9b57a23c2b90758f70c1 /ayu
parent19e205a1fe4e3d8c4da405d5751ce152134bbd9d (diff)
downloadayu-0c9f8e038bc58989d511213569b071983d3b8824.tar.gz
Cool as the toad who snapped a mosquito.
Diffstat (limited to 'ayu')
-rwxr-xr-xayu4
1 files changed, 2 insertions, 2 deletions
diff --git a/ayu b/ayu
index c840c12..f32af68 100755
--- a/ayu
+++ b/ayu
@@ -67,13 +67,13 @@ case $1 in
 	edit)
 		edit $2
 		;;
-	list)
+	list | ls)
 		list
 		;;
 	new)
 		new $2
 		;;
-	rm)
+	remove | rm)
 		remove $2
 		;;
 	usage)