aboutsummaryrefslogtreecommitdiff
path: root/fhost.py
diff options
context:
space:
mode:
authorcremesk <ennik@envs.net>2019-07-13 21:26:24 +0200
committercremesk <ennik@envs.net>2019-07-13 21:26:24 +0200
commitcd6eb94a6c1b7de35d672602045f581c214ee2da (patch)
tree8b9d4e78ad625601286f925ac38519bb3d8503ad /fhost.py
parentrename config folder (diff)
downloadhex-zero-cd6eb94a6c1b7de35d672602045f581c214ee2da.tar.gz
hex-zero-cd6eb94a6c1b7de35d672602045f581c214ee2da.tar.bz2
hex-zero-cd6eb94a6c1b7de35d672602045f581c214ee2da.zip
correct alias file
Diffstat (limited to 'fhost.py')
-rwxr-xr-xfhost.py2
1 files changed, 1 insertions, 1 deletions
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.
<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&#40;&#41; &#123; curl -F"file=&#64;&#36;1" {0} ; &#125;
0url&#40;&#41; &#123; curl -F"url=&#36;1" {0} ; &#125;
bgstack15