Skip to content

Commit

Permalink
Merge pull request #143 from MaxOinRU/patch-1
Browse files Browse the repository at this point in the history
Fix alias bash completion in README
  • Loading branch information
danielfoehrKn authored Oct 12, 2024
2 parents a329ad7 + 445e516 commit 1fd9598
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 1fd9598

Please sign in to comment.