Closed kaihowl closed 3 weeks ago
With nix-installed (or other non-distro packet managers) zsh won't be installed at the default /bin/zsh path. Prepare for this change by using /usr/bin/env zsh to discover zsh from the PATH instead.
/bin/zsh
/usr/bin/env zsh
topic:zsh-path-test
Reviews in this chain: └https://github.com/kaihowl/dotfiles/pull/800 refactor: zsh shebang based on env
⏱ Performance Results
With nix-installed (or other non-distro packet managers) zsh won't be installed at the default
/bin/zsh
path. Prepare for this change by using/usr/bin/env zsh
to discover zsh from the PATH instead.topic:zsh-path-test