From 975682edcc8094cb42c1c1424b8c44648ee20d39 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 9 Mar 2011 10:18:04 -0500 Subject: [PATCH] allow --help as an alias for -h to mark --- bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_aliases b/bash_aliases index 25446c0..6d9b678 100755 --- a/bash_aliases +++ b/bash_aliases @@ -45,7 +45,7 @@ function mark() local mark_dir=$(grep "^$mark_name:" ${MARKS_FILE} | sed -e 's/[^:]*://') echo "$mark_dir" ;; - -h) + -h|--help) echo "mark []: mark (default \$PWD) as " echo "mark -g : goto mark " echo "mark -s : show mark "