Add an alias for datafart.
This commit is contained in:
parent
baebf72cd0
commit
6dea6758a4
1
.bashrc
1
.bashrc
|
@ -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'
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
||||||
#--------------------------------------------------------------------------------
|
#--------------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue