1
Fork 0

Rename fish install script arg

This commit is contained in:
Edgar P. Burkhart 2023-05-16 13:40:04 +02:00
parent 7b6d6d32eb
commit 4ae3b2d8c4
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 2 additions and 2 deletions

View File

@ -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