Skip to content

Commit

Permalink
Fix Fish command call issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MaKaNu committed Aug 19, 2024
1 parent 385aee0 commit 461c941
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init/fish
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set EESSI_VERSION (set -q EESSI_VERSION; and echo "$EESSI_VERSION"; or echo "2023.06")
# Path to top-level module tree
set -x MODULEPATH /cvmfs/software.eessi.io/versions/"$EESSI_VERSION"/init/modules
. /cvmfs/software.eessi.io/versions/"$EESSI_VERSION"/compat/linux/$(uname -m)/usr/share/Lmod/init/fish
. /cvmfs/software.eessi.io/versions/"$EESSI_VERSION"/compat/linux/(uname -m)/usr/share/Lmod/init/fish

export PS1
if test -z "$__Init_Default_Modules"
Expand Down

0 comments on commit 461c941

Please sign in to comment.