Commit graph

55 commits

Author SHA1 Message Date
1c2e9025cf [zsh] Do a bunch of profiling and clean up all my init functions -- shell init is so much faster now! 2022-01-22 10:13:05 -08:00
7e126fe703 [zsh] Massively improve binary_exists 2022-01-22 10:12:21 -08:00
ed13222d7f [zsh] Move init_rc_configure_ls to init_configure_ls 2022-01-22 10:12:03 -08:00
8eebcd73de [zsh] Update the load_module function -- it's old and crusty 2022-01-22 09:40:46 -08:00
bb3fd71ddb [zsh] Don't load the makers module 2022-01-22 09:40:13 -08:00
1c80ab1de4 [zsh] Remove all the ShellLog calls -- just too slow :( 2022-01-22 09:39:51 -08:00
a13ecc9e4d [zsh] Convert all shell-log calls to ShellLog 2022-01-22 09:11:53 -08:00
0894a4957e Revert "[zsh] Remove all the shell-log calls because they are slow af"
This reverts commit 3536a9d9c2.
2022-01-22 09:03:43 -08:00
4a019f54c4 [zsh] Remove pprint aliases 2022-01-19 08:30:49 -08:00
3536a9d9c2 [zsh] Remove all the shell-log calls because they are slow af 2022-01-18 14:49:09 -08:00
2d896e1555 [zsh] Update shell init: profile 2021-12-31 12:00:16 -08:00
c30b46a88b [zsh] Update shell init: rc 2021-12-31 11:54:55 -08:00
b09d523218 [zsh] Update shell init; use ZSH autoloaded functions instead of a bunch of files 2021-12-31 10:27:27 -08:00
Eryn Wells
9ecc2774f1 [zsh] Remove ZLE mode -- all emacs now; fix STATUS 2021-11-29 13:43:28 -08:00
b9479c410d [zsh] Remove ZLE mode info from the prompt 2020-06-17 08:34:13 -07:00
932aac1928 [zsh] Set a file URL in the Apple Terminal title 2017-01-31 22:57:45 -08:00
f22159fc0e Add solarized color and usage tables 2014-07-20 09:09:55 -07:00
f38df1bf39 Update mkmdir func 2014-03-14 22:57:12 -07:00
ff92c78b40 Move nethack function to its own script 2014-02-10 10:17:39 -07:00
39aa41fb2d Setup functions for CPython development 2014-01-21 08:24:34 -08:00
6801901f3c Get prompt repo name on chpwd 2013-11-06 14:52:47 -08:00
5b2503fe2a Don't reset prompt info when switching modes -- performance fix! 2013-10-07 21:27:27 -07:00
0d2ddbed39 Add setup_android function 2013-08-30 09:11:14 -07:00
e1ef52f53f Java additions 2013-08-30 09:11:14 -07:00
5882ad7d0a Clean up pw() 2013-08-09 18:22:37 -07:00
5d22a2cfa5 Fix up mkdjango 2013-08-09 10:13:34 -07:00
28397d8b32 Prepend tmux session name to Xterm title 2013-04-04 09:41:07 -07:00
e9c5bcb0d9 Fix mktemp call in import_cacert 2013-04-02 09:43:42 -07:00
b49586946e Add import_cacert zsh function 2013-04-02 09:35:35 -07:00
5ba6c60a91 Set PS1_JOBS 2013-03-12 13:57:58 -07:00
470b583f28 Show history count in RPS1 2013-03-06 09:16:25 -08:00
635baf6799 Add history and job count to RPS1 in loquacious 2013-02-15 21:27:21 -08:00
059a9fa8cf Autoload refresh_system_tags function 2013-01-23 13:25:03 -08:00
167cd9c78c Merge remote-tracking branch 'origin/master' 2013-01-23 11:14:33 -08:00
52396e8b55 Use add-zsh-hook for prompt hooks; fix colors of prompt components 2013-01-23 10:55:15 -08:00
a8dde47e93 Merge remote-tracking branch 'origin/master'
Conflicts:
	vimrc
2013-01-13 10:19:57 -08:00
2cbe3d7b00 Fix set_xterm_title function in prompt for iTerm2 2013-01-13 10:14:22 -08:00
ccfc01ef6f Merge remote-tracking branch 'origin/master'
Conflicts:
	tmux.conf
	vimrc
2013-01-07 10:02:47 -08:00
1b26155828 Add C++ to mkcodemod 2013-01-07 09:53:19 -08:00
8526e665b3 Fix vcs_info in prompt 2013-01-03 10:01:49 -08:00
c1251ecfc3 loquacious: Tweak help 2012-11-30 11:31:42 -08:00
cb810d4ef6 loquacious: Clean up some comments; autoload vcs_info 2012-11-30 11:30:04 -08:00
a0ab13cb8a Only show hostname when connected via SSH 2012-11-30 11:18:38 -08:00
11902b50a6 Tweak how repo data is displayed: on <repo>(<branch>) 2012-11-30 11:18:25 -08:00
94909e16cd Remove wiki function; doesn't work anymore :( 2012-11-30 11:13:10 -08:00
a5cdf60767 Add a few more character sets to pw() 2012-11-29 16:12:34 -08:00
8c8f2bad84 Significantly expand pw()'s functionality 2012-11-29 16:08:11 -08:00
0c08add311 Move up() to its own function file 2012-11-29 13:28:42 -08:00
e63cdb9aa7 Fix typo: {prompt_,}print_newline 2012-11-29 12:02:06 -08:00
d3b8abce8e Lots of clean up for loquacious prompt
- Move zle keymap select code to prompt module
- Use vcs_info to get repo information
- Reduce number of functions required to generate prompt
- Set $PS1 once in setup to a bunch of $PS1_* variables. These variables are set
  before each prompt. Doing this lets me change prompt themes more easily.
2012-11-29 11:15:24 -08:00