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

init: remove dupe in fish_function_path #247

Closed
wants to merge 1 commit into from
Closed

Conversation

derekstavis
Copy link
Member

Self explaining.

@@ -33,7 +33,7 @@ set -l user_function_path $fish_function_path[1]
set fish_function_path[1] $OMF_PATH/lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This makes me cringe every time I see it. 😖
Wouldn't it be more uniform and make more sense to:

  1. push the first entry to the end instead of erasing it and putting it back later?
  2. autoload both lib and lib/git in the same way?

@derekstavis derekstavis closed this Mar 4, 2016
@derekstavis derekstavis deleted the dedupe-lib-path branch March 7, 2016 01:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants