mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2024-12-11 20:54:36 +08:00
5 lines
124 B
Fish
5 lines
124 B
Fish
|
# install composer in the current directory
|
||
|
function composer_install
|
||
|
curl -s https://getcomposer.org/installer | php
|
||
|
end
|