-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[WIP] First pass at fish shell support #171
Conversation
@dherman any tips on tests for this? |
@scalvert Good question. @mikrostew may have thoughts on this. This is super exciting—thanks for working on it! |
@scalvert Also, a heads up, I'm thinking about refactoring the directory layout so that we don't clutter the |
Sounds good. I'm happy to move whenever. |
okie dokie |
@scalvert for testing you can add some tests like what's already there for bash: |
until this lands a quick hack to use notion: set -g fish_user_paths $HOME/.notion/bin $fish_user_paths
function notion
$HOME/.notion/notion $argv
end |
Adding fish shell support to notion (#152)
TODO: