mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
using 2 spaces instead of 4 spaces
This commit is contained in:
parent
9f70b8ec12
commit
605028a7fc
@ -3,10 +3,10 @@
|
|||||||
###
|
###
|
||||||
|
|
||||||
function _test_dir
|
function _test_dir
|
||||||
set -l path $argv[1]
|
set -l path $argv[1]
|
||||||
set -l paths $argv[2]
|
set -l paths $argv[2]
|
||||||
|
|
||||||
return (test -d $path; and not contains $path $paths)
|
return (test -d $path; and not contains $path $paths)
|
||||||
end
|
end
|
||||||
|
|
||||||
function _fish_add_plugin
|
function _fish_add_plugin
|
||||||
@ -74,7 +74,7 @@ set -e fish_function_path[1]
|
|||||||
|
|
||||||
# Add all functions
|
# Add all functions
|
||||||
if not contains $fish_path/functions/ $fish_function_path
|
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
|
end
|
||||||
|
|
||||||
# Add all defined plugins
|
# Add all defined plugins
|
||||||
|
Loading…
Reference in New Issue
Block a user