From 6dea6758a434603588da96f358c1fa0455f740f4 Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Thu, 7 Apr 2016 10:23:08 +0100 Subject: [PATCH] Add an alias for datafart. --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index fe05a41..ccd7548 100755 --- a/.bashrc +++ b/.bashrc @@ -116,6 +116,7 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a" alias ll='ls -l' [[ -x $(which htop 2>/dev/null) ]] && alias top='sudo htop' alias psgrep='ps -ef | grep' +alias datafart='curl --data-binary @- datafart.com' #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------