summaryrefslogtreecommitdiff
path: root/dot_zshrc.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'dot_zshrc.tmpl')
-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)"