1. 14 Mar, 2014 1 commit
  2. 13 Mar, 2014 1 commit
    • Christian Höltje's avatar
      ssh-agent: prevent environment file from flapping · cfe468f6
      Christian Höltje authored
      On an OS X laptop, the variable `$HOST` changes a lot depending
      on what wifi network you're connected to.  This causes a lot
      of `~/.ssh/environment-$HOST` files to be created and
      causes multiple ssh-agents to created.
      
      Instead, use `scutil --get ComputerName` to get something
      more stable.
      cfe468f6
  3. 11 Mar, 2014 1 commit
  4. 10 Mar, 2014 3 commits
  5. 06 Mar, 2014 3 commits
  6. 04 Mar, 2014 1 commit
  7. 03 Mar, 2014 1 commit
  8. 02 Mar, 2014 3 commits
    • Kaiwen Xu's avatar
      Integrate changes from #1841. · 2691520d
      Kaiwen Xu authored
      2691520d
    • Thiago Perrotta's avatar
      564a708d
    • Kaiwen Xu's avatar
      Fixed sublime plugin behaviors. · 5ba96e9a
      Kaiwen Xu authored
      - Fixed subl search path order in Mac because Sublime Text 3 is named
        Sublime Text.app by default instead of Sublime Text 3.app and they are
        mostly likely to be placed in /Applications instead of
        $HOME/Applications.
      - Fixed sublime text binary path in Linux. The sublime_text binary
        installed by Ubuntu installer is placed in /opt/sublime_text/sublime_text
        instead of /usr/bin/sublime_text.
      - Use zsh's built-in process detach syntax instead of nohup.
      5ba96e9a
  9. 28 Feb, 2014 1 commit
  10. 27 Feb, 2014 3 commits
  11. 26 Feb, 2014 1 commit
  12. 23 Feb, 2014 1 commit
  13. 22 Feb, 2014 2 commits
  14. 20 Feb, 2014 1 commit
  15. 19 Feb, 2014 3 commits
  16. 18 Feb, 2014 2 commits
  17. 17 Feb, 2014 1 commit
    • Chris Wiggins's avatar
      Update battery plugin to show calculating - OSX · fdd864bd
      Chris Wiggins authored
      Instantly after removing the charger, I have found that the "AvgTimeToEmpty" value can swing to rediculous values. Apple's current claim is that the max battery life is 12 hours, so any value larger than this is considered a "time is being calculated" value.
      fdd864bd
  18. 14 Feb, 2014 1 commit
  19. 13 Feb, 2014 3 commits
  20. 12 Feb, 2014 2 commits
  21. 11 Feb, 2014 1 commit
  22. 24 Jan, 2014 2 commits
  23. 18 Jan, 2014 1 commit
  24. 10 Jan, 2014 1 commit
    • LFDM's avatar
      Fixes _rails_command · a6671919
      LFDM authored
      Changes precedence of the conditional clause, more recent versions come
      first now. Fixes problems when users update their app and still have
      the old rails files inside of their file tree.
      Closes #2405 - check the discussion there for further info.
      a6671919