Commit Graph

6 Commits (abd4aea77ea1acbc4000553b1917decf61c7f03e)

Author SHA1 Message Date
Bodaniel Jeanes 4a48d9bb6a Load a local shell file, if present 2012-01-04 21:47:49 -06:00
Bodaniel Jeanes d91dca4990 Dynamically build path without duplicates and only for existing directories 2012-01-04 21:41:41 -06:00
Bodaniel Jeanes 3e1d54f454 Refactor tmux shell behavior 2012-01-04 19:43:48 -06:00
Bodaniel Jeanes 182a7ccd4e Start a tmux session for every login and join windows with the main one. Also, fix pbcopy/pbpaste and vim clipboard inside tmux 2011-12-21 13:41:01 -06:00
Bodaniel Jeanes d4f4d5e1cc Add ~/Code to CDPATH if it exists 2011-10-25 14:05:49 -05:00
Bodaniel Jeanes 8dd25c16b5 Majorly refactor shell files
Changes:

* Reduce duplication across Bash and Zsh
* Increase code sharing between the two
* Automatically load shell files in 'lib' directories
* Zsh `precmd` emulation in Bash
* Move shared prompt (not compatible with Bash) to be Zsh only
* `rbenv` loading for each shell
* etc...

Still to do:

* Bash prompt
* Cross-shell terminal color abstraction
2011-10-24 22:40:00 -05:00