Skip to content
Snippets Groups Projects
Commit 9f70b8ec authored by Wolfgang Richter's avatar Wolfgang Richter Committed by Bruno Pinto
Browse files

oh-my-fish.fish: remove unneeded code

parent dd117c82
Branches
No related merge requests found
......@@ -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
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