Commit Graph

50 Commits

Author SHA1 Message Date
1c4ea43278
Add source_directory_files and use it everywhere 2016-09-06 12:51:57 -07:00
75ac33b2b7
Always run python_setup 2016-09-04 04:24:54 -07:00
e2c5cd6033
Refactor shellenv/setup for better performance 2016-08-16 15:26:50 -07:00
44b441f2c1
Don't run path_helper separately 2016-08-16 11:15:47 -07:00
593208a983
Add --no-rehash for pyenv and rbenv inits 2016-08-16 11:14:28 -07:00
83dac3ddeb
Make shell startup less noisy when pyenv missing 2016-08-15 11:30:25 -07:00
36c03fbebc
Add pyenv-virtualenv to shellenv.sh 2016-08-04 15:21:50 -07:00
0d0cbf93c0
Fix pyenv warning output wording 2016-08-03 09:44:41 -07:00
d624955ee2
Fix add_to_path/pyenv interaction in shellenv.sh 2016-08-02 20:46:42 -07:00
8dacac359f
Tweak shellenv startup for marginal speedup 2016-08-02 19:47:09 -07:00
8e77129e7f
Remove pyenv output from shell startup 2016-07-26 17:53:21 -07:00
8934fec5ba
Start using pyenv
This required a significant refactor to shellenv.sh. Some strange, and
not yet fully understood behavior of add_to_path was uncovered in doing
this refactoring. More investigation is needed.
2016-07-26 17:51:21 -07:00
846523e563
Add TeX binaries 2016-07-07 21:51:47 -07:00
d60314fbb5 Organize _setup_env 2016-07-05 12:26:04 -07:00
db96469bfb only run path helper when the file exists 2016-06-10 16:26:39 -07:00
fb11502ed5 fix python scripts path 2016-06-01 16:05:34 -07:00
cb51da13e5 add cargo binaries to PATH 2016-05-14 16:34:06 -04:00
29097b5a38 shellenv tweaks 2016-02-22 11:17:33 -08:00
af3c9b54ec coreutils needs to go before /usr/bin 2016-01-11 16:22:41 -08:00
25af0c8be8 New path management system 2016-01-05 19:50:42 -08:00
b54fd3c8aa Get rid of linum width jitter at low line number counts by setting a
minimum linum width
2016-01-05 14:04:33 -08:00
bc2892eba2 add python scripts path 2015-12-13 20:20:46 -05:00
0c33116a74 Set python binaries directory to the right place 2015-11-11 20:16:32 -08:00
2abcb01339 GOPATH stuff 2015-09-04 00:04:28 -07:00
172e7065ca Remove /bin/ startup to path 2015-08-30 13:25:57 -07:00
e9f6a72ee8 Force empty path when building env in shellenv.sh 2015-08-17 02:46:42 -07:00
9eaf9b2832 Add ~/.lib/bin
Made pager.sh and editor.sh accesible from anywhere in the shell. Also
made pager.sh smart in that it will use emacsclient when INSIDE_EMACS
environment variable is set.
2015-08-15 22:49:59 -07:00
5357c25713 Don't run path helper if its alredy been run
Also run it before setup_env
2015-08-15 21:32:15 -07:00
b83433a807 Refactor zsh_env startup so that it is possible to override PATH
variable once it has already been configured.
2015-08-10 23:25:34 -07:00
91ca3fb46d Fix up $PATH paths 2015-07-29 17:23:54 -07:00
c7d8a3b25b Fixup $path paths 2015-07-29 17:23:05 -07:00
7983259f18 Fix addition of ~/.lib/python to PYTHONPATH by using $HOME variable. 2015-07-01 10:11:33 -07:00
1cfaabb37f add_to_front_of_path for rbenv. 2015-06-29 15:11:12 -07:00
f94232acf0 Path functions refactor/ add ~/.lib/python to PYTHONPATH 2015-06-15 13:06:47 -07:00
42ae2b5d77 nvm setup in shellenv. 2015-06-15 05:04:36 -07:00
4102e05210 Delete emacs app for now. 2015-04-29 20:23:39 -07:00
b7b92a6e80 Add HOME/bin to path. 2015-04-28 13:43:13 -07:00
3d538a9e7c STUDIO_JDK and ANDROID_HOME environment variables. 2015-03-08 22:21:57 -07:00
134872ec90 ooops... 2015-01-30 20:08:51 -08:00
3959692b59 Try to be safer about doing stuff in shellenv.sh (checking for existence
of commands)
2015-01-30 20:00:54 -08:00
d185730603 path helper in shellenv. 2015-01-26 01:56:00 -08:00
Livien Yin
0bd32ca8d2 Rbenv stuff.
Conflicts:
	dotfiles/cider/bootstrap.json
	dotfiles/lib/shellenv.sh
2015-01-11 14:54:22 -08:00
0f34b90201 A bunch of tweaks. 2015-01-07 23:00:01 -08:00
756b2acee3 Fix shell start by moving sources of shellenv files. 2014-12-26 06:06:09 -05:00
d7c562082b emacs.d bump. 2014-12-20 03:21:39 -08:00
5a178299a1 Make shellenv directory. 2014-12-20 03:21:38 -08:00
9b44d35171 Properly set EDITOR for zsh inline editing. GIT_EDITOR actually needs to
be different becaseu of the way that it works.
2014-12-20 03:21:38 -08:00
ab8f081be2 Add shellrc to zshenv. Get rid of bad which alias. Make emacs_open
support waiting. Fix editor command.
2014-12-20 03:21:37 -08:00
bb68b52996 Fix tramp mode/zshrc issues. 2014-12-20 03:21:36 -08:00
b775752068 Tweaks, add rvm add other things to bootstrap. 2014-12-20 03:21:34 -08:00