From 325b41ed105a37cb9553fd155815a544f3c31dd2 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Mon, 3 Jun 2024 17:25:08 -0500 Subject: fix(zsh): removing asdf --- dot_zshrc.tmpl | 3 --- 1 file changed, 3 deletions(-) diff --git a/dot_zshrc.tmpl b/dot_zshrc.tmpl index 3ebe594..5c2798e 100644 --- a/dot_zshrc.tmpl +++ b/dot_zshrc.tmpl @@ -124,8 +124,5 @@ alias l.='exa -a | egrep "^\."' # Kill Kodi with one command alias killkodi="kill -9 `ps aux | grep '/usr/lib/x86_64-linux-gnu/kodi/kodi.bin' -m 1 | tr -s ' ' | cut -d ' ' -f 2`" -# ASDF Bootstrap -. "$HOME/.asdf/asdf.sh" - # Load Starship eval "$(starship init zsh)" -- cgit v1.2.3