Skip to content

Commit

Permalink
df should be dfx, so as not to collide with df
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacs committed Aug 16, 2011
1 parent 42921eb commit d411966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .extra.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ pid () {

alias fh="ssh izs.me"
alias p="ssh isaacs.xen.prgmr.com"
alias df="ssh coal 'svcadm disable ntp;host pool.ntp.org | head -1 | awk '"'"'"'"'"'"'{print \$4}'"'"'"'"'"'"' | xargs ntpdate;svcadm enable ntp'"
alias dfx="ssh coal 'svcadm disable ntp;host pool.ntp.org | head -1 | awk '"'"'"'"'"'"'{print \$4}'"'"'"'"'"'"' | xargs ntpdate;svcadm enable ntp'"


# shorthand for checking on ssh agents.
Expand Down

0 comments on commit d411966

Please sign in to comment.