aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
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'