Bo Jeanes
0f689cdd41
nvm
2015-09-02 12:38:21 +10:00
Bo Jeanes
c33f6616f7
emacs aliases for shell
2015-09-02 12:38:20 +10:00
Bo Jeanes
b688e8945b
Extract out prompt function so the prompt can be overridden and extended
2015-08-07 15:18:26 +10:00
Bo Jeanes
3009d6dc23
Spacemacs
2015-08-05 16:46:53 +10:00
Bo Jeanes
1d4ceca95e
Shell overview
2013-12-03 10:48:19 -08:00
Bo Jeanes
846e0b9c27
Don't set default ruby from shell start up
2013-12-03 10:47:16 -08:00
Bo Jeanes
597b1feda9
Submodule some zsh deps
2013-11-11 20:24:58 -08:00
Bo Jeanes
a0ff32e951
Misc changes
2013-10-11 10:02:35 -07:00
Bo Jeanes
c78b9cbbc1
Slight performance tweak
2013-04-04 20:27:00 -05:00
Bo Jeanes
e067430faa
Fix pbcopy/pbpaste wrapper installer
2013-04-04 20:26:51 -05:00
Bo Jeanes
2244d39aa5
bash compatibility issues
2013-04-02 16:29:28 -05:00
Bo Jeanes
8c30f2c66f
Simplify current ruby output for rbenv/rvm
2013-04-01 13:00:33 -05:00
Bo Jeanes
dfc4ec4a53
Fix ruby switcher detection for non-chruby
2013-04-01 13:00:14 -05:00
Bo Jeanes
810b84cf77
If no ruby switcher is installed, don't try to figure out version
2013-04-01 12:48:11 -05:00
Bo Jeanes
76fa447d90
Git improvements
2013-03-31 16:03:55 -05:00
Bo Jeanes
06ab47e726
Support chruby
2013-03-31 16:03:43 -05:00
Bo Jeanes
1d72b1f1cf
In-line rbenv stuff into ruby.sh
2013-03-22 22:10:49 -05:00
Bo Jeanes
ecea8cb317
Rails 3+ has dbconsole now, so this isn't needed
2013-03-21 19:42:24 -05:00
Bo Jeanes
f48931f4e8
Try to get my zsh config loadable inside emacs shell
2013-03-09 23:41:24 -06:00
Bo Jeanes
b6a3a935fa
Show when ZSH is waiting for completion
2013-03-09 23:39:27 -06:00
Bo Jeanes
10a2d1a43d
Fix history
2012-12-04 18:55:32 -06:00
Bo Jeanes
4dbe2a4bcf
improve ps1
2012-11-23 17:37:04 -06:00
Bo Jeanes
54f349c7a6
Remove ZSH
2012-11-20 14:40:40 -06:00
Bo Jeanes
3d22bd8d2b
Fix psql function
2012-08-16 16:42:39 -05:00
Bo Jeanes
a1c2fff9c8
Remove unused/annoying functions and set default JRuby options
2012-08-16 16:42:32 -05:00
Bo Jeanes
dc44e9a714
Move osx-specific alias to the osx-only shell file
2012-08-16 16:42:06 -05:00
Bo Jeanes
abd4aea77e
Remove unused aliases
2012-08-16 16:41:44 -05:00
Bodaniel Jeanes
ebe5d8ffe6
Fix Tmux shell integration to not exit when tmux is not installed.
2012-03-01 16:41:25 -06:00
Bodaniel Jeanes
4a48d9bb6a
Load a local shell file, if present
2012-01-04 21:47:49 -06:00
Bodaniel Jeanes
0b75da5513
Some more OS X shell stuff
2012-01-04 21:47:46 -06:00
Bodaniel Jeanes
afbc403129
Move ZSH-specific command timing to zsh config
2012-01-04 21:46:51 -06:00
Bodaniel Jeanes
2deb06afc1
Cleanup
2012-01-04 21:45:19 -06:00
Bodaniel Jeanes
022bcd0871
Move Ruby/Rails and Git shell stuff into own files
2012-01-04 21:44:31 -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
9827b76c4c
Remove commented out code
2012-01-04 19:46:23 -06:00
Bodaniel Jeanes
6a02740fc7
Load oh-my-zsh after tmux to speed up new shells
2012-01-04 19:44:17 -06:00
Bodaniel Jeanes
3e1d54f454
Refactor tmux shell behavior
2012-01-04 19:43:48 -06:00
Bodaniel Jeanes
a413550e71
Never open GUI vim when triggered from an SSH session
2011-12-21 13:48:06 -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
89bd577b20
Add rbenv init to zshenv so vim detects paths properly
2011-11-23 08:33:24 -06:00
Bodaniel Jeanes
3367b3e17a
Ignore certain commands from shell history
2011-11-22 14:34:53 -06:00
Bodaniel Jeanes
92b0d459ce
Add shell function to show most recent suspended job
2011-11-15 13:44:25 -06:00
Bodaniel Jeanes
3d1095c56b
Add a note for bash prompt
2011-11-08 00:24:04 -06:00
Bodaniel Jeanes
6d104281df
Changes
2011-11-03 11:39:10 -05:00
Bodaniel Jeanes
d4f4d5e1cc
Add ~/Code to CDPATH if it exists
2011-10-25 14:05:49 -05:00
Bodaniel Jeanes
83181ec7a5
Simple bash prompt
2011-10-24 23:16:15 -05:00
Bodaniel Jeanes
81729e4439
Add prompt_pwd for bash
2011-10-24 23:05:16 -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
Bodaniel Jeanes
eb04764952
WIP for new prompt path
2011-10-24 22:40:00 -05:00
Bodaniel Jeanes
3558715b82
Remove TODO
2011-10-24 22:40:00 -05:00