Commit 9f70b8ec authored by Wolfgang Richter's avatar Wolfgang Richter Committed by Bruno Pinto

oh-my-fish.fish: remove unneeded code

parent dd117c82
...@@ -93,9 +93,4 @@ for config_file in $fish_custom/*.load ...@@ -93,9 +93,4 @@ for config_file in $fish_custom/*.load
end end
# Re-adding user's functions so they have the highest priority # 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 set fish_function_path $user_function_path $fish_function_path
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment