mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-20 21:02:59 +08:00
Kill fishd after installing fish for OS X, to pick up fishd changes
This commit is contained in:
parent
3e2d68a059
commit
fd70ae0b61
|
@ -1,3 +1,5 @@
|
|||
#!/bin/sh -x
|
||||
|
||||
./add-shell /usr/local/bin/fish > /tmp/fish_postinstall_output.log
|
||||
killall fishd || true
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user