dotfiles/zshrc: add asdf version manager
This commit is contained in:
parent
2524b0d6cd
commit
e5a8d48de9
@ -46,6 +46,15 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then
|
||||
fi
|
||||
fi
|
||||
|
||||
{%@@ if profile == "balozi" @@%}
|
||||
# Enable asdf version manager zsh completions
|
||||
. /opt/asdf-vm/asdf.sh
|
||||
# Enable setting JAVA_HOME, requires the asdf-java plugin installed for this
|
||||
# user. Currently disabled because it adds a noticeable lag to the shell
|
||||
# See: https://github.com/halcyon/asdf-java
|
||||
#. ~/.asdf/plugins/java/set-java-home.zsh
|
||||
{%@@ endif @@%}
|
||||
|
||||
alias ls='ls -F --color=auto'
|
||||
alias less='less -R' # preserves colors in GNU coreutils' `less`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user