added function metadata
parent
92dce20e3c
commit
34b5f4dd44
|
|
@ -1,7 +1,12 @@
|
|||
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() {
|
||||
about 'moves n directories up'
|
||||
param '1: n periods'
|
||||
example '$ cdup .....'
|
||||
group 'cdup'
|
||||
|
||||
if [[ $1 =~ .{2,} ]]; then
|
||||
local count
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue