Use the Source

* Friends don't let friends reset their terms when they can just
  reload their shell rc file.  ;)
This commit is contained in:
Ben McGinnes
2018-02-18 04:17:35 +11:00
parent 10129c8302
commit 038a9176d5

View File

@@ -100,7 +100,7 @@ echo 'alias tbc="nc termbin.com 9999 | pbcopy"' >> .bash_profile
echo less typing now! | tbc
```
__Remember__ to restart your terminal session after adding any of provided above!
__Remember__ to reload the shell with `source ~/.bashrc` or `source ~/.bash_profile` after adding any of provided above!
-------------------------------------------------------------------------------