summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-06-09 18:29:38 +0200
committerAnton Khirnov <anton@khirnov.net>2021-06-09 18:29:38 +0200
commit971c2a07ca4ddc45ab96103a654b98747c5275c0 (patch)
treedb6d233b6e30cbcef7159bdd37ac5d146e4042ae
parent847c2ec629ffcaf736c5c84362668b8625161619 (diff)
bash: comment a function
-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