From 9f70b8ec12ef9e68f5da25a171b13da3d6180304 Mon Sep 17 00:00:00 2001 From: Wolfgang Richter Date: Mon, 11 Nov 2013 15:01:49 -0500 Subject: [PATCH] oh-my-fish.fish: remove unneeded code --- oh-my-fish.fish | 5 ----- 1 file changed, 5 deletions(-) diff --git a/oh-my-fish.fish b/oh-my-fish.fish index 2bdd198..c60e3de 100644 --- a/oh-my-fish.fish +++ b/oh-my-fish.fish @@ -93,9 +93,4 @@ for config_file in $fish_custom/*.load end # Re-adding user's functions so they have the highest priority -if contains $user_function_path $fish_function_path - set -e fish_function_path[(contains -i $user_function_path \ - $fish_function_path)] -end - set fish_function_path $user_function_path $fish_function_path