Commit graph

197 commits

Author SHA1 Message Date
8ebe1788bf New message/log functions 2012-11-29 15:18:57 -08:00
0c08add311 Move up() to its own function file 2012-11-29 13:28:42 -08:00
6184eba778 Make various init stages into functions in zshrc 2012-11-29 13:26:49 -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
66438f666c Prompt configuration to a prompt theme
Move my prompt configuration to a prompt theme function in my $fpath. I call it
'loquacious'. The prompt is configured by the prompt_loquacious_setup function.

This change also necessitated a new function called prompt_colorize to generate
a string with the correct set of color escapes for the prompt.
2012-11-28 21:44:13 -08:00
b80715ccea Add load_module function to shell-functions 2012-11-28 15:23:57 -08:00
e0ab531085 Colorize list of PIDs for kill command 2012-11-28 09:44:56 -08:00
30778309b4 Merge remote-tracking branch 'origin/master' 2012-11-27 16:25:09 -08:00
a63455927c Merge remote-tracking branch 'origin/master' 2012-11-27 16:24:52 -08:00
02d169878d Merge aliases and settings; use Kaleidoscope for diffing 2012-11-27 16:24:10 -08:00
df0644ec5f Add binary_not_exists 2012-11-27 16:24:08 -08:00
6762762669 Add binary_not_exists to shell-functions 2012-11-27 13:54:38 -08:00
9909a0ca04 Clean up darwin dircolors; add build artifacts 2012-11-17 07:58:45 -08:00
969082f132 Add pytz to django project requirements 2012-11-16 15:05:59 -08:00
f4d46e890a Update ledger filetype settings for Vim 2012-11-16 15:05:46 -08:00
b2a9ecfa7c mkdjango 2012-11-15 13:54:16 -08:00
0cbeea2103 Move django_project -> django/basic/ 2012-11-15 13:28:47 -08:00
65ecc6f6e5 Add requirements.txt to django_project template 2012-11-15 13:28:03 -08:00
0fca0effb6 Remove codetemplates bogus file in django_template 2012-11-15 13:16:11 -08:00
de0915a6b3 Use garbas snipmate instead of msanders; the latter is abandoned 2012-11-15 13:15:53 -08:00
b1bd477d8b Make up function just cd, not pushd 2012-11-12 23:13:16 -08:00
36258fa8ef Use C-f for tmux escape key 2012-11-12 22:52:53 -08:00
866c21fed0 Rename typo: htmldjango.html -> htmldjango.vim 2012-11-09 19:35:54 -08:00
99626e65df Set nowrap, tw, and colorcolumn for HTML files 2012-11-09 19:35:18 -08:00
1e6ea9817d Ignore vim/view/ 2012-11-09 19:25:44 -08:00
2f0b6d99b7 Some new Python code settings: 100 character lines (oh my!) 2012-11-07 16:06:38 -08:00
395986145b Fix fpath settings 2012-11-02 14:40:54 -07:00
07ce43e28e Fix typo: .zsh/func/makers 2012-11-02 14:39:04 -07:00
59cabba725 Fix makers function path 2012-11-02 14:38:34 -07:00
23996c860b Add codetemplates directory; add Django project template 2012-11-02 14:29:30 -07:00
2ea4c34811 Disable list mode in the console 2012-11-01 10:52:21 -07:00
9411625acf Fix comments in vimrc.local 2012-11-01 10:49:34 -07:00
655c5519f4 Move GUI stuff to gvimrc; fix local vimrc include 2012-11-01 10:16:14 -07:00
82b3bb4067 Add a blank vimrc.local 2012-11-01 10:07:26 -07:00
216ff74d2a ZSH makers module 2012-10-31 18:46:46 -07:00
794b18099e Add sts=2 to html{django}.vim after script 2012-10-31 18:46:46 -07:00
b33e88d1d6 Get rid of all the irrelevant TERM settings for dircolors on OS X 2012-10-31 18:46:46 -07:00
ee20c55fef Remove background color for symbolic links in linux dircolors 2012-10-24 12:35:08 -07:00
5bc2121887 Get rid of tabs in .rc! 2012-10-14 11:26:25 -07:00
be10e3bbc6 Unset $is_first_prompt instead setting it to 0 after its use 2012-10-10 14:08:56 -07:00
ab3f017c03 Define functions based on zshell version
Rather than figuring out the shell version inside the precmd functions, do the
computation once at startup and define precmd functions based on that. Just an
ever so slight increase in performance.

...cause I'm a nerd. :)
2012-10-10 14:07:28 -07:00
738cadb50f Minor tweaks
- Proper conditional expression for printing XTerm titlebar stuff
- Local variables in precmd_flags_rprompt
2012-10-10 13:56:46 -07:00
cbed169ca9 Export gitbranch variable after getting branch name from git 2012-10-10 13:53:51 -07:00
0e204b4ddf Fix condition for showing hostname in prompt
Was using -z instead of -n; inverted condition.
2012-10-08 11:11:39 -07:00
2fa6df3d01 Add some tests for SSH_CONNECTION 2012-10-08 11:10:01 -07:00
2f142a8371 Don't set background color for directories with dircolors on Linux 2012-10-05 14:45:45 -07:00
ecbe500f62 Use noisy functions for module load status messages 2012-10-05 11:39:14 -07:00
776bc1ef2a Move maker functions to mkrs 2012-10-05 11:39:14 -07:00
fec0cd6f68 Fix sourcing of .vimrc.local 2012-10-05 11:39:14 -07:00