From ac4380fcff3d5e89dce18edea8ebf22d6887ac73 Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Wed, 24 Jun 2020 13:55:01 +0200 Subject: [PATCH] updated stuff --- zsh/exports.zsh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zsh/exports.zsh b/zsh/exports.zsh index 727879e..bfd5d3c 100644 --- a/zsh/exports.zsh +++ b/zsh/exports.zsh @@ -1,9 +1,5 @@ -#local -export PTOOLSPATH="/opt/phalcon-devtools/" -export path=($path $HOME/.config/dotfiles/bin $PTOOLSPATH) - #homebrew -export path=($path /home/linuxbrew/.linuxbrew/{sbin,bin}) +export path=($path $HOME/.config/dotfiles/bin /home/linuxbrew/.linuxbrew/{sbin,bin}) export fpath=($fpath /home/linuxbrew/.linuxbrew/share/zsh/site-functions $ZDOTDIR/fpath) export manpath=($manpath /usr/local/share/man /usr/share/man /home/linuxbrew/.linuxbrew/share/man) export infopath=($infopath /usr/local/share/info /usr/share/info /home/linuxbrew/.linuxbrew/share/info)