added function metadata
parent
92dce20e3c
commit
34b5f4dd44
|
|
@ -1,7 +1,12 @@
|
||||||
cite about-plugin
|
cite about-plugin
|
||||||
about-plugin 'cdup - traverse parent directories with ease. inspired by a script from tyskby'
|
about-plugin 'traverse parent directories with ease. inspired by a script from tyskby'
|
||||||
|
|
||||||
cdup() {
|
cdup() {
|
||||||
|
about 'moves n directories up'
|
||||||
|
param '1: n periods'
|
||||||
|
example '$ cdup .....'
|
||||||
|
group 'cdup'
|
||||||
|
|
||||||
if [[ $1 =~ .{2,} ]]; then
|
if [[ $1 =~ .{2,} ]]; then
|
||||||
local count
|
local count
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue