Add plugin in zsh configuration and move linux configuration under folder
This commit is contained in:
@@ -7,8 +7,14 @@ function appendpath() {
|
||||
esac
|
||||
}
|
||||
|
||||
<<<<<<< Updated upstream:.zshenv-linux
|
||||
appendpath $GOBIN
|
||||
appendpath $HOME/.local/bin
|
||||
=======
|
||||
appendpath "$GOPATH/bin"
|
||||
appendpath "$HOME/.local/bin"
|
||||
appendpath "$HOME/Library/Application\ Support/JetBrains/Toolbox/scripts"
|
||||
>>>>>>> Stashed changes:.zshenv
|
||||
|
||||
unset appendpath
|
||||
|
||||
|
||||
Reference in New Issue
Block a user