Configurazione GraalVM e Fig

This commit is contained in:
Fabio Scotto di Santolo
2022-06-28 13:05:02 +02:00
parent f2f52ee5bc
commit 3f9e3afb01
6 changed files with 30 additions and 4 deletions

7
.zshrc
View File

@@ -1,3 +1,5 @@
# Fig pre block. Keep at the top of this file.
[[ -f "$HOME/.fig/shell/zshrc.pre.zsh" ]] && . "$HOME/.fig/shell/zshrc.pre.zsh"
# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc.
# Initialization code that may require console input (password prompts, [y/n]
# confirmations, etc.) must go above this block; everything else may go below.
@@ -107,7 +109,7 @@ plugins=(
web-search
zsh-completions
zsh-navigation-tools
zsh_reload
#zsh_reload
)
source $ZSH/oh-my-zsh.sh
@@ -157,3 +159,6 @@ eval "$(pyenv virtualenv-init -)"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
# Fig post block. Keep at the bottom of this file.
[[ -f "$HOME/.fig/shell/zshrc.post.zsh" ]] && . "$HOME/.fig/shell/zshrc.post.zsh"