aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLaurent Ghigonis <laurent@p1sec.com>2013-03-21 18:52:04 +0100
committerLaurent Ghigonis <laurent@p1sec.com>2013-03-21 18:52:04 +0100
commit4c1f2d583671684460efc750aa8aa3d98c667712 (patch)
tree27352187ff992ce7be5ffcfa51ea108ff9f7ac18 /conf
parentconf: update bashrc git --color (diff)
downloadlaurent-tools-4c1f2d583671684460efc750aa8aa3d98c667712.tar.xz
laurent-tools-4c1f2d583671684460efc750aa8aa3d98c667712.zip
conf/bashrc: remove duplication of dh() hd()
Diffstat (limited to 'conf')
-rw-r--r--conf/bashrc-laurent-public3
1 files changed, 0 insertions, 3 deletions
diff --git a/conf/bashrc-laurent-public b/conf/bashrc-laurent-public
index fc4e0e4..b4bfa2a 100644
--- a/conf/bashrc-laurent-public
+++ b/conf/bashrc-laurent-public
@@ -73,9 +73,6 @@ alias tn='tmux new-session -s'
alias ta='tmux attach'
function now() { while read line; do echo -e "`date ${1:++"$1"}` $line"; done }
-function htod() { echo "ibase=16; $1" | bc; }
-function dtoh() { echo "obase=16; $1" | bc; }
-
alias pingg='ping google.com'
alias pingx='ping 8.8.8.8'
alias pingxi='ping -i4 8.8.8.8'