mirror of
https://github.com/shokinn/.files.git
synced 2025-06-28 07:40:40 +00:00
Add .local/bin and .bin to zshenv; remove .bin PATH from zshrc
This commit is contained in:
parent
a0c960eb0c
commit
400081ba9d
2 changed files with 14 additions and 6 deletions
|
@ -89,12 +89,6 @@ plugins=(
|
|||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# User configuration
|
||||
|
||||
if [ -d "$HOME/.bin" ] ; then
|
||||
PATH="$HOME/.bin:$PATH"
|
||||
fi
|
||||
|
||||
|
||||
# export MANPATH="/usr/local/man:$MANPATH"
|
||||
|
||||
# You may need to manually set your language environment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue