Mercurial > hg > zsh-env
changeset 157:ca7dbc6c6aae
add an alias to go directly to the exentra sources
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 27 Sep 2019 10:54:49 +0200 |
parents | 2f71ba394858 |
children | 08620c68ca55 |
files | zshrc-cassiopeia |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/zshrc-cassiopeia Fri Sep 27 10:11:01 2019 +0200 +++ b/zshrc-cassiopeia Fri Sep 27 10:54:49 2019 +0200 @@ -21,6 +21,7 @@ # alias ant="/opt/eclipse-photon/plugins/org.apache.ant_1.10.3.v20180417-1627/bin/ant" alias bzip=lbzip2 +alias cdex="cd $HOME/Projects/Exentra/Source" alias df="df -h" alias env="env | sort | $PAGER" alias ex-dist="/home/dirk/Projects/Exentra/Source/rpi/utils/ex-dist"