From cd6eb94a6c1b7de35d672602045f581c214ee2da Mon Sep 17 00:00:00 2001 From: cremesk Date: Sat, 13 Jul 2019 21:26:24 +0200 Subject: correct alias file --- fhost.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhost.py b/fhost.py index 80708ee..ed3cdbe 100755 --- a/fhost.py +++ b/fhost.py @@ -392,7 +392,7 @@ You can also support it financially via Liberapay. Donate using Liberapay

ALIAS

-To make your life easier, you can add alias to your .bashrc on Linux +To make your life easier, you can add aliases to your .bash_aliases on Linux and .bash_profile on Mac OS X. Just remember to reset your terminal session after that. 0file() { curl -F"file=@$1" {0} ; } 0url() { curl -F"url=$1" {0} ; } -- cgit