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

〈New〉import command. #288

Closed
wants to merge 29 commits into from
Closed

〈New〉import command. #288

wants to merge 29 commits into from

Commits on Jan 2, 2015

  1. Tidy up _prepend_tree and rename to require_tree

    Jorge Bucaran committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    e2c179b View commit details
    Browse the repository at this point in the history
  2. Add require_plugin command.

    Jorge Bucaran committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    568d9a2 View commit details
    Browse the repository at this point in the history
  3. Add msg plugin.

    Jorge Bucaran committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    b1befc4 View commit details
    Browse the repository at this point in the history
  4. Rename _prepend_tree to require_tree and add require_plugin com…

    …mand.
    Jorge Bucaran committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    3fb29c7 View commit details
    Browse the repository at this point in the history
  5. Merge with 'require-plugin' to add require_plugin and rename `_prep…

    …end_tree` to `require_tree`.
    Jorge Bucaran committed Jan 2, 2015
    Configuration menu
    Copy the full SHA
    f1e0cfe View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Remove informal msg._.test.

    Jorge Bucaran committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    8989a1d View commit details
    Browse the repository at this point in the history
  2. Tidy up comments.

    Jorge Bucaran committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    6dcd3ec View commit details
    Browse the repository at this point in the history
  3. Remove old require_plugin and require_tree.

    Jorge Bucaran committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    358ae2e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b3031a View commit details
    Browse the repository at this point in the history
  5. Add import command to handle adding plugins, themes and completions. …

    …Introduces the idea of libraries. Full comments.
    Jorge Bucaran committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    a2b924b View commit details
    Browse the repository at this point in the history
  6. Greatly simplifies initial configuration using the new import command…

    …. Add detailed comments.
    Jorge Bucaran committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    63a97c3 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2015

  1. Fix _prepend_tree stop using basename and losing path.

    Jorge Bucaran committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    3f5b07c View commit details
    Browse the repository at this point in the history
  2. Add examples and fix not using /Users/me/.oh-my-fish when calling _pr…

    …epend_tree.
    Jorge Bucaran committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    29ce8d0 View commit details
    Browse the repository at this point in the history
  3. Abort loading rbenv if no configuration file exists.

    Jorge Bucaran committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    6492bb9 View commit details
    Browse the repository at this point in the history
  4. Rewrite some comments.

    Jorge Bucaran committed Jan 4, 2015
    Configuration menu
    Copy the full SHA
    2206c32 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    16e8115 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2015

  1. Update msg plugin.

    + Add more useful color generation.
    + Add @light and @dark constants to generate specific shades of colors.
    + Rename `msg._.` to `msg.util`. `util` is more readable and easier to type after a period.
    Jorge Bucaran committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    e3aa8e8 View commit details
    Browse the repository at this point in the history
  2. Update msg #2

    + Fix bug where a space was added after messages leading to unexpectedly erasing the first character if the last string passed to `msg` was a \r.
    Jorge Bucaran committed Jan 5, 2015
    Configuration menu
    Copy the full SHA
    7c1fd43 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2015

  1. Fix bugs as discussed in github.com/bpinto/oh-my-fish/pull/288

     + Removed unnecesary " . " for sourcing .load files.
     + Add comments to improve explaining the setup process.
     + Add more readable and user friendly if constructs as opposed to relying to any status code with `and` and `or`.
     + Remove `msg` plugin to split into another future PR.
     + Remove `rbenv` bug introduced in previous PR.
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    9c83f96 View commit details
    Browse the repository at this point in the history
  2. Remove variable expansion to generate plugin/theme/completion paths, …

    …and use only for root paths (fish_path and custom_path). Do not add custom paths for completions, only for plugins and themes.
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    7112c91 View commit details
    Browse the repository at this point in the history
  3. Fix bug in _prepend_tree where it was traversing either the current d…

    …irectory or subdirectories instead of both.
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    25e5518 View commit details
    Browse the repository at this point in the history
  4. Update to new _prepend_path, complete import command and update oh-my…

    …-fish to use import.
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    a997b85 View commit details
    Browse the repository at this point in the history
  5. Move _prepend_tree for user custom paths outside import in oh-my-fish…

    ….fish
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    74cfdbe View commit details
    Browse the repository at this point in the history
  6. Move import call before prepending custom paths giving priority to us…

    …er customizations.
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    fb7bc8b View commit details
    Browse the repository at this point in the history
  7. Remove using _prepend_tree in oh-my-fish.fish main setup to add custo…

    …m paths and resort to a simpler solution while sourcing .load files.
    Jorge Bucaran committed Jan 6, 2015
    Configuration menu
    Copy the full SHA
    784f5d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    365ac9f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3e71c0f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Fix wildcard bug in _prepend_tree, using an undefined in import and f…

    …ix typos in comments.
    Jorge Bucaran committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    e5b6f9a View commit details
    Browse the repository at this point in the history
  2. Remove incorrect comment description, do away with variable used only…

    … once and used declared variable consistently.
    Jorge Bucaran committed Jan 7, 2015
    Configuration menu
    Copy the full SHA
    9cfd6dc View commit details
    Browse the repository at this point in the history