mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +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_PREFIX="/home/linuxbrew/.linuxbrew"
|
||||||
export HOMEBREW_CELLAR="${HOMEBREW_PREFIX}/Cellar"
|
export HOMEBREW_CELLAR="${HOMEBREW_PREFIX}/Cellar"
|
||||||
export HOMEBREW_REPOSITORY="${HOMEBREW_PREFIX}/Homebrew"
|
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}"
|
export INFOPATH="${HOMEBREW_PREFIX}/share/info${INFOPATH+:$INFOPATH}"
|
||||||
path_prepend "${HOMEBREW_PREFIX}/bin"
|
path_prepend "${HOMEBREW_PREFIX}/bin"
|
||||||
path_prepend "${HOMEBREW_PREFIX}/sbin"
|
path_prepend "${HOMEBREW_PREFIX}/sbin"
|
||||||
|
|||||||
Reference in New Issue
Block a user