/usr/lib/qiime/shell/.zshrc is in qiime 1.8.0+dfsg-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | # Startup script for ZSH with Qiime environment.
if [ -e "$ZOLDDOTDIR/.zshrc" ] ; then
source "$ZOLDDOTDIR/.zshrc"
unset ZOLDDOTDIR
fi
source /usr/lib/qiime/shell/qiime_environment
help()
{
cat "$QIIME_HELP_TEXT"
}
PROMPT="$PROMPT qiime > "
|