feat: replace pushd with cd in shell function

This commit is contained in:
Tim Schubert 2025-08-24 15:01:46 +02:00
parent f7259f0441
commit 2f5b2e0d9e
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -5,7 +5,6 @@
`h repo-name` resolves the path to `repo-name` and changes the current working directory to it.
`h https://git.example.com/dadada/example.git` clones the repo `example` into `~/code/git.example.com/dadada/example` and changes the current working directory to it.
In this example `~/code` is the path in which repos should be stored; it can be specified using `export REPO_CODE_ROOT=$HOME/code`.
To navigate back use `popd`.
## Installation