Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
O
oh-my-fish
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
oh-my-fish
Commits
5943c226
Commit
5943c226
authored
Jan 02, 2018
by
Stephen M. Coakley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: error with BSD readlink
parent
65590470
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+1
-1
bin/install
bin/install
+1
-1
bin/install.sha256
bin/install.sha256
+1
-1
No files found.
README.md
View file @
5943c226
...
...
@@ -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
]
:
...
...
bin/install
View file @
5943c226
...
...
@@ -581,7 +581,7 @@ end
# A link-following `which` wrapper.
function which
command readlink
-f
(command which $argv)
command readlink (command which $argv)
end
...
...
bin/install.sha256
View file @
5943c226
79cb5ff876e4192b63391efda5a200beeac540cde6a56c8bcf63dc9c54c6bda4
install
bedbff763e374d5ca3367fa75b322302411e961947133eb22c7115083ba3a3ff
install
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment