Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 56:7a9536fc54b8
add an alias for ping
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 21 Nov 2014 07:48:19 +0100 |
parents | 71da2af2ecd7 |
children | 16bf58b634d5 |
comparison
equal
deleted
inserted
replaced
55:bc9e88b0be4a | 56:7a9536fc54b8 |
---|---|
21 alias env="env | sort | $PAGER" | 21 alias env="env | sort | $PAGER" |
22 alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist" | 22 alias ex-dist="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-dist" |
23 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" | 23 alias ex-eclipse="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-eclipse" |
24 alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install" | 24 alias ex-install="/home/dirk/Projects/Exentra/RPI/trunk/utils/ex-install" |
25 alias ne=neditc | 25 alias ne=neditc |
26 alias ping=noping | |
26 alias top=htop | 27 alias top=htop |
27 | 28 |
28 # | 29 # |
29 # functions to be used directly from the command line | 30 # functions to be used directly from the command line |
30 # | 31 # |