Skip to content
Snippets Groups Projects
Commit 605028a7 authored by Bruno Pinto's avatar Bruno Pinto
Browse files

using 2 spaces instead of 4 spaces

parent 9f70b8ec
Branches
No related merge requests found
......@@ -3,10 +3,10 @@
###
function _test_dir
set -l path $argv[1]
set -l paths $argv[2]
set -l path $argv[1]
set -l paths $argv[2]
return (test -d $path; and not contains $path $paths)
return (test -d $path; and not contains $path $paths)
end
function _fish_add_plugin
......@@ -74,7 +74,7 @@ set -e fish_function_path[1]
# Add all functions
if not contains $fish_path/functions/ $fish_function_path
set fish_function_path $fish_path/functions/ $fish_function_path
set fish_function_path $fish_path/functions/ $fish_function_path
end
# Add all defined plugins
......
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