Skip to content

Commit

Permalink
Merge pull request #410 from asartori86/fix_fish
Browse files Browse the repository at this point in the history
fix path for fix shell
  • Loading branch information
rtmclay authored May 20, 2019
2 parents 44635b6 + 5da2f33 commit 319897f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ zsh_tab_funcs: $(ZSH_FUNCS)
fi

fish_tab_funcs: $(FISH_FUNCS)
cp $^ $(DESTDIR)$(INIT)/fish 2>/dev/null
cp $^ $(DESTDIR)$(INIT)/ 2>/dev/null

makefile: $(srcdir)/Makefile.in ./config.status
./config.status $@
Expand Down
4 changes: 2 additions & 2 deletions init/profile.fish.in
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ if test (id -u) -ne 0

set -xg FISH_ENV @PKGV@/init/fish

set -p fish_complete_path @PKGV@/init/fish

#
# If MANPATH is empty, Lmod is adding a trailing ":" so that
# the system MANPATH will be found
Expand All @@ -44,5 +42,7 @@ if test (id -u) -ne 0
set -gx MANPATH (@PKGV@/libexec/addto MANPATH @PKGV@/share/man)
end
source @PKGV@/init/fish >/dev/null # Module Support

set -p fish_complete_path @PKGV@/init/
end

0 comments on commit 319897f

Please sign in to comment.