summary refs log tree commit diff
path: root/.zshrc (follow)
Commit message (Expand)AuthorAge
* Prevent red first promptJune McEnroe2015-02-14
* New minimal zshrcJune McEnroe2015-02-14
* Add ~/.bin to the pathJune McEnroe2014-10-14
* Add OS X specific shell configurationsJune McEnroe2014-05-15
* Default chruby to newest MRIJune McEnroe2014-03-29
* Load chruby from /usr/localJune McEnroe2014-01-14
* Don't add duplicates to zsh historyJune McEnroe2013-12-15
* Source zsh_command_not_foundJune McEnroe2013-12-15
* Show path on right side of promptJune McEnroe2013-12-14
* Use ellipsis in promptJune McEnroe2013-12-08
* Update zsh syntax highlighting and configJune McEnroe2013-11-02
* Fix host in prompt, part twoJune McEnroe2013-10-31
* Fix host in promptJune McEnroe2013-10-31
* Wow look reorganized zsh configJune McEnroe2013-10-31
* Show hostname in prompt over SSHJune McEnroe2013-10-30
* Only load chruby if it existsJune McEnroe2013-10-30
* Add auto-title stuff to zshJune McEnroe2013-10-27
* Add gvim alias to silence stderrJune McEnroe2013-10-26
* Add home.programble.me functionJune McEnroe2013-10-26
* Add Heroku to zshJune McEnroe2013-10-14
* Add gst git stash aliasJune McEnroe2013-09-23
* Remove pacman stuffJune McEnroe2013-09-05
* Only alias hub if it existsJune McEnroe2013-09-05
* chruby to ruby-2.0.0June McEnroe2013-09-05
* Add nvmJune McEnroe2013-08-14
* Add title commandJune McEnroe2013-07-09
* Run games in separate X serverJune McEnroe2013-06-09
* Add game wrapper to kill/restart unclutterJune McEnroe2013-06-08
* Autochruby and default to ruby-2.0.0-p195June McEnroe2013-06-07
* Do not force update, just notifyJune McEnroe2013-05-20
* Only run pacman on zsh start if it existsJune McEnroe2013-05-12
* Drop pacman-color, regular pacman now has colorJune McEnroe2013-04-06
* Default to Ruby 2.0June McEnroe2013-02-24
* Add git promptJune McEnroe2013-01-26
* Make pretty zshrcJune McEnroe2013-01-26
* Replace RVM with chrubyJune McEnroe2013-01-26
* Add zJune McEnroe2012-11-11
* Use real pacman for update checkingJune McEnroe2012-08-31
* Rewrote zshrcJune McEnroe2012-08-31
* Remove pkgfile hookJune McEnroe2012-08-24
* Set up RVMJune McEnroe2012-07-07
* Add gfrop commandJune McEnroe2012-07-07
* Make gs output terseJune McEnroe2012-07-02
* Use pacman-color in auto-SyuJune McEnroe2012-04-30
* Use pacman-color in ZSHJune McEnroe2012-04-29
* Count only incomplete tasks in promptJune McEnroe2012-04-01
* Add t alias for taskJune McEnroe2012-03-30
* Move task count to beginning of promptJune McEnroe2012-03-30
* Add task count to promptJune McEnroe2012-03-30
* Remove ZSH gvim function and clean up .zshrcJune McEnroe2012-03-30
hJune McEnroe There are probably better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe