From 971c2a07ca4ddc45ab96103a654b98747c5275c0 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 9 Jun 2021 18:29:38 +0200 Subject: bash: comment a function --- bash/bashrc | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3