File: .bashrc

package info (click to toggle)
qiime 1.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 29,704 kB
  • sloc: python: 77,837; haskell: 379; sh: 113; makefile: 103
file content (12 lines) | stat: -rw-r--r-- 298 bytes parent folder | download | duplicates (2)
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 > "