# HG changeset patch # User Dirk Olmes # Date 1569574489 -7200 # Node ID ca7dbc6c6aae035bb5800216f5681ae8deeeecd4 # Parent 2f71ba394858603c858e58e8b8971b98f49dab6f add an alias to go directly to the exentra sources diff -r 2f71ba394858 -r ca7dbc6c6aae zshrc-cassiopeia --- 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"