Skip to content

Commit

Permalink
Update installation.md
Browse files Browse the repository at this point in the history
complection with alias not working on swithcer 0.9.1
  • Loading branch information
MaxOinRU authored Oct 4, 2024
1 parent a329ad7 commit 445e516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ echo 'source <(switcher init bash)' >> ~/.bashrc

# optionally use alias `s` instead of `switch`
echo 'alias s=switch' >> ~/.bashrc
echo 'complete -o default -F _switcher s' >> ~/.bashrc
echo 'complete -o default -F __start_switcher s' >> ~/.bashrc
```
### Zsh
```sh
Expand Down

0 comments on commit 445e516

Please sign in to comment.