From 4c1f2d583671684460efc750aa8aa3d98c667712 Mon Sep 17 00:00:00 2001 From: Laurent Ghigonis Date: Thu, 21 Mar 2013 18:52:04 +0100 Subject: conf/bashrc: remove duplication of dh() hd() --- conf/bashrc-laurent-public | 3 --- 1 file changed, 3 deletions(-) (limited to 'conf') 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' -- cgit v1.2.3-59-g8ed1b