fix: error with BSD readlink

This commit is contained in:
Stephen M. Coakley 2018-01-02 10:52:08 -06:00
parent 65590470bc
commit 5943c22650
No known key found for this signature in database
GPG Key ID: 91B59C18494C4FC0
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ fish install --path=~/.local/share/omf --config=~/.config/omf
You can verify the integrity of the downloaded installer by verifying the script against [this checksum](bin/install.sha256):
```
79cb5ff876e4192b63391efda5a200beeac540cde6a56c8bcf63dc9c54c6bda4 install
bedbff763e374d5ca3367fa75b322302411e961947133eb22c7115083ba3a3ff install
```
You can also install Oh My Fish with Git or with an offline source tarball downloaded from the [releases page][releases]:

View File

@ -581,7 +581,7 @@ end
# A link-following `which` wrapper.
function which
command readlink -f (command which $argv)
command readlink (command which $argv)
end

View File

@ -1 +1 @@
79cb5ff876e4192b63391efda5a200beeac540cde6a56c8bcf63dc9c54c6bda4 install
bedbff763e374d5ca3367fa75b322302411e961947133eb22c7115083ba3a3ff install