about summary refs log tree commit diff stats
path: root/ayu
diff options
context:
space:
mode:
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)