diff options
Diffstat (limited to 'fhost.py')
-rwxr-xr-x | fhost.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -392,7 +392,7 @@ You can also support it financially via Liberapay. <a href="https://liberapay.com/creme/donate" target="_blank" style="border-bottom-color: transparent;"><img alt="Donate using Liberapay" src="https://img.shields.io/liberapay/receives/creme.svg?logo=liberapay"></a> <h3>ALIAS</h3> -To make your life easier, you can add alias to your <code>.bashrc</code> on Linux +To make your life easier, you can add aliases to your <code>.bash_aliases</code> on Linux and <code>.bash_profile</code> on Mac OS X. Just remember to reset your terminal session after that. <code>0file() { curl -F"file=@$1" {0} ; } 0url() { curl -F"url=$1" {0} ; } |