This project is mirrored from https://github.com/oh-my-fish/oh-my-fish.git. Updated .
  1. 04 Oct, 2015 4 commits
  2. 03 Oct, 2015 28 commits
  3. 02 Oct, 2015 2 commits
  4. 30 Sep, 2015 4 commits
  5. 29 Sep, 2015 2 commits
    • Bruno's avatar
      Merge pull request #79 from derekstavis/omf-config-to-init · 658c8ad5
      Bruno authored
      Move $OMF_CONFIG variable to $OMF_PATH/init.fish
      658c8ad5
    • Derek Stavis's avatar
      Move $OMF_CONFIG variable to $OMF_PATH/init.fish · c58d14fe
      Derek Stavis authored
      This PR sets the default value of `OMF_CONFIG` variable in
      framework init.fish file. The variable can still be overridden by
      the user by setting it on `~/.config/fish/config.fish file`.
      
      This is in preparation to rewriting install script in plain fish,
      which will ditch config template and stop replacing `config.fish`
      contents in favor of just appending Oh My Fish startup.
      c58d14fe