We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 85b189a + 04c0ace commit 21becc5Copy full SHA for 21becc5
docs/installation.md
@@ -76,7 +76,7 @@ echo 'complete -o default -F __start_switcher s' >> ~/.bashrc
76
echo 'source <(switcher init zsh)' >> ~/.zshrc
77
78
# optionally use alias `s` instead of `switch`
79
-echo 'source <(alias s=switch)' >> ~/.zshrc
+echo 'alias s=switch' >> ~/.zshrc
80
81
# optionally use command completion
82
echo 'source <(switch completion zsh)' >> ~/.zshrc
0 commit comments