changeset 140:abc3d303adde

add alias to ping a public IP
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 04 Jul 2018 17:04:39 +0200
parents d683d08cf8e0
children fe986adeadeb
files zshrc-xanthippe
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zshrc-xanthippe	Wed Jul 04 17:03:00 2018 +0200
+++ b/zshrc-xanthippe	Wed Jul 04 17:04:39 2018 +0200
@@ -18,4 +18,5 @@
 export PATH="$HOME/bin:$HOME/.nodejs/bin:${PATH}"
 
 alias ne="nano -E"
+alias p9="ping 9.9.9.9"
 alias top="htop -C"