mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:26:39 +00:00
Fix typo
This commit is contained in:
2
zshenv
2
zshenv
@@ -107,7 +107,7 @@ if [ -f "/home/linuxbrew/.linuxbrew/bin/brew" ]; then
|
||||
export HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew"
|
||||
export HOMEBREW_CELLAR="${HOMEBREW_PREFIX}/Cellar"
|
||||
export HOMEBREW_REPOSITORY="${HOMEBREW_PREFIX}/Homebrew"
|
||||
export MANPATH="${HOMEBREW_PREFIX}/share/man${MANPATH+:$MANPATH}:"
|
||||
export MANPATH="${HOMEBREW_PREFIX}/share/man${MANPATH+:$MANPATH}"
|
||||
export INFOPATH="${HOMEBREW_PREFIX}/share/info${INFOPATH+:$INFOPATH}"
|
||||
path_prepend "${HOMEBREW_PREFIX}/bin"
|
||||
path_prepend "${HOMEBREW_PREFIX}/sbin"
|
||||
|
||||
Reference in New Issue
Block a user