Add plugin in zsh configuration and move linux configuration under folder

This commit is contained in:
Fabio Scotto di Santolo
2023-04-02 15:48:31 +02:00
parent 296d40d990
commit 4b9fa5e6bc
12 changed files with 260 additions and 15 deletions

View File

@@ -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