This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 14 Jan, 2015 12 commits
  2. 13 Jan, 2015 5 commits
  3. 11 Jan, 2015 13 commits
  4. 10 Jan, 2015 4 commits
  5. 09 Jan, 2015 3 commits
  6. 08 Jan, 2015 3 commits
    • Jorge Bucaran's avatar
      Add msg plugin. The technicolor message printer. · 8e020731
      Jorge Bucaran authored
       + Print messages with style and color easily. Supported styles below:
      
           _text_                 Bold
           __text__               Underline
           ___text___             Bold and Underline
           `$variable`            Apply @<styles> to $variables
           /directory/            Directories
           [url]                  Links
           \n                     Line Break
           \t                     Tab Space
      
       + Recognizes 256 different color names and special @random @light @dark @error and @success labels.
       + Included also is `msg.ask` to print a message with `msg` and wait for y/n input. Returns true on y\*.
      8e020731
    • Bruno's avatar
      Merge pull request #291 from bucaran/feat-import · d8808471
      Bruno authored
      [feat-import] + import command, ⁑ bad wildcard expansion bugfix in _prepend_tree.
      d8808471
    • Jorge Bucaran's avatar
      Fix import not getting passed the correct passed in `oh-my-fish.fish`. · 16888838
      Jorge Bucaran authored
      To import plugins or load themes:
      
       + import plugins/<plugin>
       + import plugins/{dpaste,cask} themes/bobthefish
      
      Note: Plugins/Themes can be in either `custom/plugins`, `custom/themes` or `$fish_path/plugins/`, `$fish_path/themes/`.
      16888838