From 23bd734c9faf1bb021936d1636bfe3beed30766e Mon Sep 17 00:00:00 2001 From: Daniel Carrillo Date: Fri, 10 Jan 2025 17:02:05 +0100 Subject: [PATCH] [.zshrc] Add asdf --- .zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zshrc b/.zshrc index a05d66f..8d20804 100644 --- a/.zshrc +++ b/.zshrc @@ -177,6 +177,10 @@ eval "$(atuin init zsh)" # aws cli zsh autocomplete source /usr/bin/aws_zsh_completer.sh +# asdf + +source /opt/asdf-vm/asdf.sh + # custom device source ~/.zshrc_custom