meta:install.conf: Do not hardcode zsh's path

This commit is contained in:
2021-02-26 12:27:17 +01:00
parent 7008284a5f
commit eed998b60f

View File

@@ -1,6 +1,6 @@
- shell:
-
command: chsh -s /usr/bin/zsh
command: chsh -s "$(command -v zsh)"
description: Changing login shell to zsh
-
command: meta/git-remote