10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-09-27 12:00:56 +02:00
quantum_package/etc/irpf90.rc

10 lines
236 B
Plaintext
Raw Normal View History

2019-01-09 11:31:59 +01:00
# Configuration of IRPF90 package
2019-01-08 23:48:59 +01:00
export IRPF90=${QP_ROOT}/bin/irpf90
# Load irpman shell completion
2019-01-09 11:55:34 +01:00
irpman=$(tail -1 "${QP_ROOT}/bin/irpman" | cut --delimiter " " --field=2)
source $(dirname ${irpman})/../irpman-completions.bash
2019-01-08 23:48:59 +01:00
2019-01-09 11:55:34 +01:00