This commit is contained in:
Andros Fenollosa
2019-01-13 16:19:36 +01:00
parent fcdc63ab57
commit 5720f807eb
3 changed files with 21 additions and 2 deletions

View File

@@ -37,3 +37,18 @@ pip3 install --user get-my-pastebin
``` bash
pip3 install --user --upgrade get-my-pastebin
```
## Alias
Optimize with alias in your `.bashrc` or `.zshrc`.
``` bash
alias gpaste='getmypastebin --api-key 123qwe456rty --username example --password 123'
```
Use.
``` bash
gpaste python
```