10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-10-20 06:48:20 +02:00
quantum_package/etc/irpf90.rc

9 lines
208 B
Plaintext
Raw Normal View History

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