Add an alias for datafart.

This commit is contained in:
Scott Wallace 2016-04-07 10:23:08 +01:00
parent baebf72cd0
commit 6dea6758a4

View file

@ -116,6 +116,7 @@ export PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND$'\n'}history -a"
alias ll='ls -l' alias ll='ls -l'
[[ -x $(which htop 2>/dev/null) ]] && alias top='sudo htop' [[ -x $(which htop 2>/dev/null) ]] && alias top='sudo htop'
alias psgrep='ps -ef | grep' alias psgrep='ps -ef | grep'
alias datafart='curl --data-binary @- datafart.com'
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------
#-------------------------------------------------------------------------------- #--------------------------------------------------------------------------------