oh-my-fish.fish: remove unneeded code

pull/2/head
Wolfgang Richter 11 years ago committed by Bruno Pinto
parent dd117c8275
commit 9f70b8ec12

@ -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

Loading…
Cancel
Save