1. 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
  2. 12 Mar, 2014 1 commit
  3. 11 Mar, 2014 1 commit
  4. 10 Mar, 2014 1 commit
  5. 08 Mar, 2014 21 commits
  6. 04 Mar, 2014 1 commit
  7. 02 Mar, 2014 2 commits
    • Kaiwen Xu's avatar
      Integrate changes from #1841. · 2691520d
      Kaiwen Xu authored
      2691520d
    • 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
  8. 28 Feb, 2014 1 commit
  9. 27 Feb, 2014 3 commits
  10. 26 Feb, 2014 2 commits
  11. 23 Feb, 2014 3 commits
  12. 22 Feb, 2014 2 commits
  13. 21 Feb, 2014 1 commit