Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 120:52a56c121370
force ipv4 when using oping
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 18 May 2017 07:43:09 +0200 |
parents | b279e1279ce7 |
children | 732218b430dc |
comparison
equal
deleted
inserted
replaced
119:b81b0cd81f63 | 120:52a56c121370 |
---|---|
24 alias env="env | sort | $PAGER" | 24 alias env="env | sort | $PAGER" |
25 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" | 25 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" |
26 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" | 26 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" |
27 alias mtail=multitail | 27 alias mtail=multitail |
28 alias ne=neditc | 28 alias ne=neditc |
29 alias ping=noping | 29 alias ping="noping -4" |
30 alias top=htop | 30 alias top=htop |
31 | 31 |
32 # | 32 # |
33 # functions to be used directly from the command line | 33 # functions to be used directly from the command line |
34 # | 34 # |