diff --git a/etc/irpf90.rc b/etc/irpf90.rc index f5dbffae..e3a57d1d 100644 --- a/etc/irpf90.rc +++ b/etc/irpf90.rc @@ -3,8 +3,7 @@ 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 -) +irpman=$(tail -1 "${QP_ROOT}/bin/irpman" | cut --delimiter " " --field=2) +source $(dirname ${irpman})/../irpman-completions.bash + diff --git a/etc/paths.rc b/etc/paths.rc index 33104af6..877dbc12 100644 --- a/etc/paths.rc +++ b/etc/paths.rc @@ -4,7 +4,7 @@ if [[ -z $QP_PYTHON ]] then # Load dependencies - for i in ezfio.rc irpf90.rc network.rc ninja.rc ocaml.rc + for i in ezfio.rc irpf90.rc ninja.rc ocaml.rc do source $i done