Commit Graph
8 Commits
Author SHA1 Message Date
Kaiwen Xu b71a2b9d0f Removed unsolicited aliases.
Those aliases should be in user's .zshrc file, instead of being default.
2014-03-10 04:05:14 -04:00
Kaiwen Xu 2691520d6f Integrate changes from #1841. 2014-03-02 14:13:55 -05:00
Kaiwen Xu 5ba96e9a05 Fixed sublime plugin behaviors.
- 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.
2014-03-02 03:59:27 -05:00
Kaiwen Xu f731d6c16f themes plugin now picks a random theme if no argument is provided. 2013-10-28 11:06:10 -04:00
Kaiwen Xu e3c489bd08 Minor gitignore fix.
(Sorry my bad).
2013-10-25 01:40:55 -04:00
Kaiwen Xu c5902d3f34 Moved misplaced plugins. 2013-10-14 07:39:59 -04:00
Kaiwen Xu a7693b096f gitignore fix for custom folder. 2013-10-13 15:49:24 -04:00
Kaiwen Xu 17a092b0ff Change sublime text path select priority on mac.
User changed symbolic link for sublime binary is now top priority,
since this allows users to actually specify which version of sublime
they want to use. Sublime text 2 binary has higher priority over
sublime text (3) binary, since sublime text 2 is considered more
stable.
2013-04-29 03:19:31 -04:00