Skip to content

Commit dcd8e28

Browse files
committed
fix: shorten zoxide example inline cd code block
1 parent 7633dca commit dcd8e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-11-21-configuring-a-new-laptop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Create an ssh key for GitHub:
8383
- [starship](https://starship.rs/) - fast and useful prompt e.g. displays current git branch and Node version
8484
- [fzf](https://github.com/junegunn/fzf) - fast finding. I suggest installing with `git` since package manager versions can be quite outdated. Enable key bindings.
8585
- [ripgrep](https://github.com/BurntSushi/ripgrep) - rust alternative of `grep`, installed in command above
86-
- [zoxide](https://github.com/ajeetdsouza/zoxide) - avoid repeatedly typing ridiculous change directory commands like `cd ../../../../other/path/to/somewhere/else/i/usually/go`
86+
- [zoxide](https://github.com/ajeetdsouza/zoxide) - avoid repeatedly typing ridiculous change directory commands like `cd ../some/other/long/path`
8787
- [nvm](https://github.com/nvm-sh/nvm) - install and switch between multiple `node` environments seamlessly
8888
- [miniforge](https://github.com/conda-forge/miniforge) - python package manager without the environment solving issues. Bonus tip: use `mamba` instead of `conda`.
8989
- [My own vim preferences](https://github.com/dcroote/vimrc)

0 commit comments

Comments
 (0)