Aggiunti al PATH GraalVM e Prolog e modificati plugin ZSH per Python
This commit is contained in:
8
.zshenv
8
.zshenv
@@ -9,13 +9,19 @@ function appendpath() {
|
|||||||
|
|
||||||
appendpath $GOPATH/bin
|
appendpath $GOPATH/bin
|
||||||
appendpath $HOME/.local/bin
|
appendpath $HOME/.local/bin
|
||||||
appendpath $HOME/.cargo/bin
|
|
||||||
appendpath $HOME/.pyenv/bin
|
appendpath $HOME/.pyenv/bin
|
||||||
appendpath $HOME/.minishift/cache/oc/v3.11.0/darwin
|
appendpath $HOME/.minishift/cache/oc/v3.11.0/darwin
|
||||||
|
appendpath /usr/local/opt/libarchive/bin
|
||||||
|
appendpath /Library/Java/JavaVirtualMachines/graalvm-ce-java11-21.1.0/Contents/Home/bin
|
||||||
unset appendpath
|
unset appendpath
|
||||||
|
|
||||||
source /usr/local/opt/git-extras/share/git-extras/git-extras-completion.zsh
|
source /usr/local/opt/git-extras/share/git-extras/git-extras-completion.zsh
|
||||||
|
|
||||||
|
# Adding PROLOG programming language
|
||||||
|
export LDFLAGS="-L/usr/local/opt/libarchive/lib"
|
||||||
|
export CPPFLAGS="-I/usr/local/opt/libarchive/include"
|
||||||
|
export PKG_CONFIG_PATH="/usr/local/opt/libarchive/lib/pkgconfig"
|
||||||
|
|
||||||
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
#THIS MUST BE AT THE END OF THE FILE FOR SDKMAN TO WORK!!!
|
||||||
export SDKMAN_DIR="/Users/plague/.sdkman"
|
export SDKMAN_DIR="/Users/plague/.sdkman"
|
||||||
[[ -s "/Users/plague/.sdkman/bin/sdkman-init.sh" ]] && source "/Users/plague/.sdkman/bin/sdkman-init.sh"
|
[[ -s "/Users/plague/.sdkman/bin/sdkman-init.sh" ]] && source "/Users/plague/.sdkman/bin/sdkman-init.sh"
|
||||||
|
|||||||
16
.zshrc
16
.zshrc
@@ -76,15 +76,12 @@ ZSH_CUSTOM=$ZSH/custom
|
|||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(
|
plugins=(
|
||||||
cargo
|
|
||||||
colored-man-pages
|
colored-man-pages
|
||||||
colorize
|
colorize
|
||||||
command-not-found
|
command-not-found
|
||||||
cp
|
|
||||||
docker
|
docker
|
||||||
docker-compose
|
docker-compose
|
||||||
docker-machine
|
docker-machine
|
||||||
extract
|
|
||||||
git
|
git
|
||||||
git-auto-fetch
|
git-auto-fetch
|
||||||
git-extras
|
git-extras
|
||||||
@@ -93,7 +90,6 @@ plugins=(
|
|||||||
gitignore
|
gitignore
|
||||||
git-prompt
|
git-prompt
|
||||||
golang
|
golang
|
||||||
heroku
|
|
||||||
httpie
|
httpie
|
||||||
jsontools
|
jsontools
|
||||||
kubectl
|
kubectl
|
||||||
@@ -101,21 +97,13 @@ plugins=(
|
|||||||
man
|
man
|
||||||
minikube
|
minikube
|
||||||
mvn
|
mvn
|
||||||
nmap
|
pep8
|
||||||
node
|
pip
|
||||||
npm
|
|
||||||
perms
|
|
||||||
profiles
|
profiles
|
||||||
pyenv
|
|
||||||
pylint
|
pylint
|
||||||
python
|
python
|
||||||
redis-cli
|
|
||||||
rust
|
|
||||||
rustup
|
|
||||||
themes
|
themes
|
||||||
tmux
|
tmux
|
||||||
vscode
|
|
||||||
yarn
|
|
||||||
web-search
|
web-search
|
||||||
zsh-completions
|
zsh-completions
|
||||||
zsh-navigation-tools
|
zsh-navigation-tools
|
||||||
|
|||||||
Reference in New Issue
Block a user