s/source/./

This commit is contained in:
nyxnor 2021-09-20 17:21:05 +02:00 committed by GitHub
parent dc69b28d27
commit b9cdb9558d

View File

@ -65,7 +65,7 @@ Apply the path to your shell file:
```sh ```sh
printf "PATH=\$PATH:~/.local/bin\n" >> ~/.${SHELL##*/}rc printf "PATH=\$PATH:~/.local/bin\n" >> ~/.${SHELL##*/}rc
source ~/.${SHELL##*/}rc . ~/.${SHELL##*/}rc
``` ```
#### Usage #### Usage