/usr/lib/qiime/shell/.bashrc is in qiime 1.8.0+dfsg-4.
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 | # Startup script for BASH with Qiime environment.
# Source the user's default environent.
test -e "/etc/bash.bashrc" && source "/etc/bash.bashrc"
test -e "~/.bashrc" && source "~/.bashrc"
help()
{
cat "$QIIME_HELP_TEXT"
}
source /usr/lib/qiime/shell/qiime_environment
PS1="$PS1 qiime > "
|