diff --git a/README.md b/README.md index 0591c37..3294620 100644 --- a/README.md +++ b/README.md @@ -34,12 +34,13 @@ go install github.com/antonmedv/walk@latest Or download [prebuild binaries](https://github.com/antonmedv/walk/releases). -Put the next function into the **.bashrc** or a similar config: +Put the next function/alias into the **.bashrc** or a similar config: + @@ -63,6 +64,14 @@ end +
Bash/Zsh Fish (t)csh PowerShell
+```tcsh/csh +alias lk 'cd "`walk \!:*`"' +``` + + + + ```powershell function lk() { cd $(walk $args) @@ -73,7 +82,6 @@ function lk() {
- Now use `lk` command to start walking. ## Usage