summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 0d90635..2947bf0 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -38,6 +38,7 @@ lh() { ls -lh "$@"; }
lla() { ls -lA "$@"; }
llh() { ls -lAh "$@"; }
+# cd upwards a given number of levels
cu()
{
local lvl=$1