Commit 5943c226 authored by Stephen M. Coakley's avatar Stephen M. Coakley

fix: error with BSD readlink

parent 65590470
...@@ -34,7 +34,7 @@ fish install --path=~/.local/share/omf --config=~/.config/omf ...@@ -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): 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]: You can also install Oh My Fish with Git or with an offline source tarball downloaded from the [releases page][releases]:
......
...@@ -581,7 +581,7 @@ end ...@@ -581,7 +581,7 @@ end
# A link-following `which` wrapper. # A link-following `which` wrapper.
function which function which
command readlink -f (command which $argv) command readlink (command which $argv)
end end
......
79cb5ff876e4192b63391efda5a200beeac540cde6a56c8bcf63dc9c54c6bda4 install bedbff763e374d5ca3367fa75b322302411e961947133eb22c7115083ba3a3ff install
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment