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
|
#!/usr/bin/env fish
|
||||||
|
|
||||||
function install -a path
|
function install -a config_path
|
||||||
pushd $path
|
pushd $config_path
|
||||||
./.install.fish
|
./.install.fish
|
||||||
popd
|
popd
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue