Skip to content
Snippets Groups Projects
Commit 600ff8fd authored by Derek Stavis's avatar Derek Stavis
Browse files

init: remove dupe in fish_function_path

parent 111eca96
Branches
No related merge requests found
......@@ -33,7 +33,7 @@ set -l user_function_path $fish_function_path[1]
set fish_function_path[1] $OMF_PATH/lib
# Autoload util functions
autoload $OMF_PATH/lib $OMF_PATH/lib/git
autoload $OMF_PATH/lib/git
for path in {$OMF_PATH,$OMF_CONFIG}/pkg/*
set -l name (basename $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