Commit graph

376 commits

Author SHA1 Message Date
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
71b4dceb14 RPROMPT no longer transient 2012-10-02 17:13:55 -07:00
a75f1411e7 Clean up prompt precmd and preexec stuff -- everything is dynamic now 2012-10-01 13:37:29 -07:00
b9284b55bf Add preexec function to print a newline 2012-10-01 11:49:58 -07:00
c72c7d2778 Update and merge changes to vimrc 2012-10-01 11:38:53 -07:00
70d8f0b9d4 Rebuild PROMPT with new fanciness 2012-10-01 11:37:53 -07:00
fcf0673722 Remove blackboard and fugitive plugins 2012-10-01 11:37:53 -07:00
1a51517278 Remove a newline 2012-10-01 11:35:32 -07:00
dc1980778d Try to set guifont; fall back if it doesn't exist 2012-10-01 11:35:23 -07:00
287756fc35 Disable relativenumber; update wildignore 2012-09-28 19:48:23 -07:00
2806f41a9e Update ch{own,mod} aliases 2012-09-28 19:48:23 -07:00
2a0f835268 Make prefix key C-b in tmux 2012-09-28 12:29:42 -07:00
4f16a04b55 setlocal for Vim C file settings 2012-09-28 12:29:24 -07:00
28adee722e Fix setup for command-t 2012-09-28 12:27:21 -07:00
3126b29d73 Add pprint alias; redo ls setup 2012-09-28 12:27:05 -07:00
406026f038 Updated git aliases for MOAR consistency! 2012-08-27 10:30:22 -07:00
bf3c192bbd Aliases from Howard Yeh 2012-08-27 10:27:09 -07:00
41d79867d9 Only show user@host on remote machines 2012-08-20 14:17:13 -07:00
7cf88c785e Mostly message printing updates; some other random stuff too 2012-08-17 12:52:00 -07:00
2bc2cf7b28 Remove NERDTree module 2012-08-17 09:36:22 -07:00
2eb6740e8c Update the readme 2012-08-08 11:03:48 -07:00
09faeaf7ab Set up command-t after clone 2012-08-08 10:23:58 -07:00