mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 10:39:13 +08:00
removing no longer used function
This commit is contained in:
parent
9dce85c993
commit
df2cf7e33e
@ -2,13 +2,6 @@
|
||||
# Helper functions
|
||||
###
|
||||
|
||||
function _test_dir
|
||||
set -l path $argv[1]
|
||||
set -l paths $argv[2]
|
||||
|
||||
return (test -d $path; and not contains $path $paths)
|
||||
end
|
||||
|
||||
function _fish_add_plugin
|
||||
set -l plugin $argv[1]
|
||||
set -l plugin_path "plugins/$plugin"
|
||||
|
Loading…
x
Reference in New Issue
Block a user