Skip to content

Commit

Permalink
fish: update MANPATH
Browse files Browse the repository at this point in the history
  • Loading branch information
branchvincent committed Jul 13, 2024
1 parent 53ba72e commit 793d612
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .config/fish/conf.d/__xdg.fish
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ set -gx UV_TOOL_DIR $XDG_DATA_HOME/uv/tools
# zsh
set -gx ZDOTDIR $XDG_CONFIG_HOME/zsh

# MANPATH
set -gxp MANPATH : # defer to $PATH

# PATH
if status is-login
fish_add_path -g --move --path $XDG_BIN_DIRS $HOMEBREW_PREFIX/{,s}bin
Expand Down
2 changes: 0 additions & 2 deletions .config/fish/conf.d/brew.fish
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ if not set -q HOMEBREW_PREFIX
end
end
set -gx HOMEBREW_CELLAR $HOMEBREW_PREFIX/Cellar
set -q MANPATH || set MANPATH ''
set -gxp MANPATH $HOMEBREW_PREFIX/share/man
set -q INFOPATH || set INFOPATH
set -gxp INFOPATH $HOMEBREW_PREFIX/share/info

Expand Down

0 comments on commit 793d612

Please sign in to comment.