s/source/./

This commit is contained in:
nyxnor 2021-09-20 17:21:05 +02:00 committed by GitHub
parent ffd9327761
commit 99f86815d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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