mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 03:14:55 +02:00
move sail fish alias to a real bash script.
and use docker-compose as fallback
This commit is contained in:
parent
21318127a3
commit
afdfe37802
2 changed files with 9 additions and 3 deletions
|
|
@ -1,3 +0,0 @@
|
|||
function sail --wraps='[ -f sail ] && sh sail || sh vendor/bin/sail' --description 'alias sail=[ -f sail ] && sh sail || sh vendor/bin/sail'
|
||||
[ -f sail ] && sh sail || sh vendor/bin/sail $argv
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue