meta:install: Allow chsh to have std{in,out,err}
Since potentially it asks for a sudo password.
This commit is contained in:
@@ -2,6 +2,9 @@
|
||||
-
|
||||
command: chsh -s "$(command -v zsh)"
|
||||
description: Changing login shell to zsh
|
||||
stdin: true
|
||||
stdout: true
|
||||
stderr: true
|
||||
-
|
||||
command: meta/git-remote
|
||||
description: Updating git remote to use ssh
|
||||
|
||||
Reference in New Issue
Block a user