summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-06-03 17:25:08 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commit325b41ed105a37cb9553fd155815a544f3c31dd2 (patch)
tree96029f28319255908c2fe08ce0044a8805e29957
parentb1f735874340ead4f48b5fb733b382803345d6a2 (diff)
fix(zsh): removing asdf
-rw-r--r--dot_zshrc.tmpl3
1 files changed, 0 insertions, 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)"