Skip to content

Commit 04c0ace

Browse files
committed
docs: Correcting the zsh installation documentation
1 parent de12c1a commit 04c0ace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ echo 'complete -o default -F __start_switcher s' >> ~/.bashrc
7676
echo 'source <(switcher init zsh)' >> ~/.zshrc
7777

7878
# optionally use alias `s` instead of `switch`
79-
echo 'source <(alias s=switch)' >> ~/.zshrc
79+
echo 'alias s=switch' >> ~/.zshrc
8080

8181
# optionally use command completion
8282
echo 'source <(switch completion zsh)' >> ~/.zshrc

0 commit comments

Comments
 (0)