mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[zsh] revert unnecessary manpath fix
This commit is contained in:
parent
5b84eb3666
commit
9edfa470dd
1 changed files with 3 additions and 3 deletions
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
ZSH_DOTFILES="${0:h}"
|
ZSH_DOTFILES="${0:h}"
|
||||||
|
|
||||||
# add colon after MANPATH so that it doesn't overwrite system MANPATH
|
|
||||||
export MANPATH="$MANPATH:"
|
|
||||||
|
|
||||||
for script in functions path env plugins aliases palette theme; do
|
for script in functions path env plugins aliases palette theme; do
|
||||||
source "$ZSH_DOTFILES/$script.zsh"
|
source "$ZSH_DOTFILES/$script.zsh"
|
||||||
source_if_exists "$ZSH_DOTFILES/custom/$script.zsh"
|
source_if_exists "$ZSH_DOTFILES/custom/$script.zsh"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# add colon after MANPATH so that it doesn't overwrite system MANPATH
|
||||||
|
MANPATH="$MANPATH:"
|
||||||
|
|
||||||
command_exists rbenv && eval "$(rbenv init -)"
|
command_exists rbenv && eval "$(rbenv init -)"
|
||||||
|
|
||||||
BASE16_SHELL_profile_helper="$BASE16_SHELL/profile_helper.sh"
|
BASE16_SHELL_profile_helper="$BASE16_SHELL/profile_helper.sh"
|
||||||
|
|
Loading…
Reference in a new issue