Mercurial > hg > zsh-env
comparison zshrc-cassiopeia @ 134:6d1316bff6c0
update ant path, remove noping
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 03 Jul 2018 02:20:39 +0200 |
parents | 732218b430dc |
children | ebcb738274d1 |
comparison
equal
deleted
inserted
replaced
133:4a181ed71eb5 | 134:6d1316bff6c0 |
---|---|
17 export PGUSER=postgres | 17 export PGUSER=postgres |
18 | 18 |
19 # | 19 # |
20 # aliases | 20 # aliases |
21 # | 21 # |
22 alias ant="/opt/eclipse-4.5/plugins/org.apache.ant_1.9.4.v201504302020/bin/ant" | 22 alias ant="/opt/eclipse-photon/plugins/org.apache.ant_1.10.3.v20180417-1627/bin/ant" |
23 alias bzip=lbzip2 | 23 alias bzip=lbzip2 |
24 alias df="df -h" | 24 alias df="df -h" |
25 alias env="env | sort | $PAGER" | 25 alias env="env | sort | $PAGER" |
26 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" | 26 alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist" |
27 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" | 27 alias ex-install="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-install" |
28 alias mtail=multitail | 28 alias mtail=multitail |
29 alias ne=neditc | 29 alias ne=neditc |
30 alias ping="noping -4" | |
31 alias top=htop | 30 alias top=htop |
32 | 31 |
33 # | 32 # |
34 # functions to be used directly from the command line | 33 # functions to be used directly from the command line |
35 # | 34 # |