File: .bashrc

package info (click to toggle)
qiime 2024.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,688 kB
  • sloc: python: 31,045; sh: 96; makefile: 31
file content (9 lines) | stat: -rw-r--r-- 279 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
# 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"

alias help='man qiime'

source /usr/lib/qiime/shell/qiime_environment
PS1="$PS1 qiime > "