Skip to content

Commit

Permalink
Remove incorrection completion info
Browse files Browse the repository at this point in the history
Fixes: #42
  • Loading branch information
feross committed Oct 27, 2020
1 parent 0c2298a commit dbc3d9e
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,19 +89,6 @@ example:
hostile unload hosts.txt
```

#### set up auto completion

bash:
```bash
hostile --completion >> ~/hostile.completion.sh
echo 'source ~/hostile.completion.sh' >> .bash_profile
```

zsh:
```bash
echo '. <(./hostile --completion)' >> .zshrc
```

## methods

Commands that modify the hosts file require root privileges.
Expand Down

0 comments on commit dbc3d9e

Please sign in to comment.