Skip to content

Commit

Permalink
docs: Remove useless test -d in setup docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rumpelsepp authored Jun 22, 2022
1 parent ba77c28 commit a86d67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ $ rm -rf ~/.cache/pypoetry/virtualenvs/*
#### fish

```shell-session
$ test ! -d ~/.config/fish/completions && mkdir -p ~/.config/fish/completions
$ mkdir -p ~/.config/fish/completions
$ register-python-argcomplete --shell fish gallia > ~/.config/fish/completions/gallia.fish
$ cp misc/penrun.fish ~/.config/fish/completions
```
Expand Down

0 comments on commit a86d67b

Please sign in to comment.