mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
Merge 4599ebcd6a into 291e96dcd0
This commit is contained in:
commit
1318b7559d
1 changed files with 3 additions and 0 deletions
3
plugins/up/up.plugin.zsh
Normal file
3
plugins/up/up.plugin.zsh
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
up() {
|
||||||
|
cd `printf '../%.0s' {1..$1}`
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue