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' #-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------