From 75579a8876f462745676da9fcaec94fcf9da07b3 Mon Sep 17 00:00:00 2001 From: Michiel Scholten Date: Wed, 22 Apr 2020 13:28:45 +0200 Subject: [PATCH] Removed old install method for virtualfish, replaced by `vf install` --- .config/fish/config.fish | 3 --- 1 file changed, 3 deletions(-) diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 19537e1..3868505 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -10,9 +10,6 @@ if not functions -q fisher fish -c fisher end -# Virtualenv support with virtualfish -eval (python3 -m virtualfish compat_aliases) - # Theme options for bobthefish set -g theme_nerd_fonts yes set -g theme_show_exit_status yes