commit | a7d1ee0c028c716b903bdea31b09cdb24bb458c0 | [log] [tgz] |
---|---|---|
author | Robert R Evans <robert@codewranglers.org> | 周六 10月 02 15:04:24 2010 -0700 |
committer | Robert R Evans <robert@codewranglers.org> | 周六 10月 02 15:04:24 2010 -0700 |
tree | d1ec555a643aa58119159cc01d1901cb41bfc13f | |
parent | 6491f50a9190265e91d8c5a089caa50dc00363c6 [diff] [blame] |
Added help screens.
diff --git a/lib/aliases.bash b/lib/aliases.bash index 50acc51..4152374 100644 --- a/lib/aliases.bash +++ b/lib/aliases.bash
@@ -17,4 +17,7 @@ # Shell History alias h='history' -# \ No newline at end of file +# Directory +alias md='mkdir -p' +alias rd=rmdir +alias d='dirs -v' \ No newline at end of file