commit 50ba6f2f99120178e63da784e39c5f3881725e6a from: Omar Polo date: Sat Jun 27 19:34:22 2020 UTC edit: minor wording commit - 5e8f809ec5d14c3cca1264e85eb927269862e38c commit + 50ba6f2f99120178e63da784e39c5f3881725e6a blob - 68083c5d48208c7b9594e6d76b52e1b843cfc95e blob + 75f4385dd2ef7302e0a4aa747320c068f43b56c7 --- resources/posts/enjoying-cdpath.md +++ resources/posts/enjoying-cdpath.md @@ -36,7 +36,7 @@ It will not, however, autocomplete. ### bash -It will behave just as ksh. +It will behave just like ksh. ### zsh @@ -80,9 +80,9 @@ out-of-the-box. ### vi (nvi) -`vi` will inherit your `$CDPATH` (make sure you're `export`ing it!). -You can also `:set cdpath=...` if you wish. You cannot edit a file -like `:e games/godot/Makefile` and assume vi will open +`vi` will inherit your `$CDPATH` (but make sure you're `export`ing +it!). You can also `:set cdpath=…` if you wish. You cannot edit a +file like `:e games/godot/Makefile` and assume vi will open `/usr/ports/games/godot/Makefile` though, you need first to `:cd games/godot` and then `:e Makefile`!