From dd44606a6fde88f063399b261348382b09ba565b Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 31 Aug 2022 19:14:47 +0300 Subject: [PATCH] dotfiles/zshrc: use asdf on all profiles --- dotfiles/zshrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dotfiles/zshrc b/dotfiles/zshrc index ea4e02d..82c7d3d 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -45,10 +45,8 @@ if [[ "$OSTYPE" =~ ^linux.*$ ]]; then fi fi -{%@@ if profile == "balozi" @@%} # Enable asdf version manager zsh completions . /opt/asdf-vm/asdf.sh -{%@@ endif @@%} alias ls='ls -F --color=auto' alias less='less -R' # preserves colors in GNU coreutils' `less`