From 824022cd1f633c70c4d2782934251616756f4668 Mon Sep 17 00:00:00 2001 From: Indrajith Date: Wed, 3 Jul 2024 02:03:35 +0530 Subject: Dots Updated * Adds GTK Themes * Adds wlogout * Adds tmux config * Adds Pywal-16-colors * Removed unwanted gtk folders * Config Updates * Fish * Hyprland * Hyprlock * Hyprpaper * waybar --- fish/functions/_nvm_list.fish | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 fish/functions/_nvm_list.fish (limited to 'fish/functions/_nvm_list.fish') diff --git a/fish/functions/_nvm_list.fish b/fish/functions/_nvm_list.fish deleted file mode 100644 index fb5ab0edb..000000000 --- a/fish/functions/_nvm_list.fish +++ /dev/null @@ -1,11 +0,0 @@ -function _nvm_list - set --local versions $nvm_data/* - set --query versions[1] && - string match --entire --regex -- (string match --regex -- "v\d.+" $versions | - string escape --style=regex | - string join "|" - ) <$nvm_data/.index - - command --all node | - string match --quiet --invert --regex -- "^$nvm_data" && echo system -end -- cgit v1.2.3