Rename fish install script arg
This commit is contained in:
parent
7b6d6d32eb
commit
4ae3b2d8c4
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/env fish
|
||||
|
||||
function install -a path
|
||||
pushd $path
|
||||
function install -a config_path
|
||||
pushd $config_path
|
||||
./.install.fish
|
||||
popd
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue