diff options
author | cremesk <ennik@envs.net> | 2019-07-13 21:26:24 +0200 |
---|---|---|
committer | cremesk <ennik@envs.net> | 2019-07-13 21:26:24 +0200 |
commit | cd6eb94a6c1b7de35d672602045f581c214ee2da (patch) | |
tree | 8b9d4e78ad625601286f925ac38519bb3d8503ad /fhost.py | |
parent | rename config folder (diff) | |
download | hex-zero-cd6eb94a6c1b7de35d672602045f581c214ee2da.tar.gz hex-zero-cd6eb94a6c1b7de35d672602045f581c214ee2da.tar.bz2 hex-zero-cd6eb94a6c1b7de35d672602045f581c214ee2da.zip |
correct alias file
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} ; } |