Skip to content
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

fish key bindings are good resolves #22 #23

Merged
merged 12 commits into from
Sep 13, 2023
Prev Previous commit
Next Next commit
adds bun to path
  • Loading branch information
edheltzel committed Sep 11, 2023
commit 9811dc87114ed730a3b68de19ec3fa3ecc37cdc3
3 changes: 3 additions & 0 deletions fish/conf.d/paths.fish
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,8 @@ test -f '/Users/ed/Library/Preferences/netlify/helper/path.fish.inc' && source '
# uninstall by removing these lines
[ -f ~/.config/tabtab/__tabtab.fish ]; and . ~/.config/tabtab/__tabtab.fish; or true

# Bun
set -g fish_user_paths $HOME/.bun/bin $fish_user_paths

# # Docker
# set -g fish_user_paths $HOME/.docker/bin $fish_user_paths