summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-04-20vim: Add YMC and vundleFlorian Pritz5-1/+16
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-04-20Add .zshenvFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-03-31zprofile: Only start screen if we have a terminalFlorian Pritz1-1/+1
screen isn't being started in detached mode so it complains if there is no terminal. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-03-06vimrc: fix undofile condtionFlorian Pritz1-1/+1
vim 7.3 is 703 not 730 and checking for features if better Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-03-06vimrc: check version for undofileFlorian Pritz1-1/+3
uni server still runs old vim.. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-02-28gitconfig: add spFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-02-22Revert "vim: add powerline plugin"Florian Pritz3-5/+0
All beta, maybe try this again if the rewrite is released. This reverts commit f5795204ace99e9ecfcddc61d0c5d3b829647a0a.
2013-02-21vim: add powerline pluginFlorian Pritz3-0/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-02-18Revert "screenrc: enable utf8"Florian Pritz1-1/+0
Not needed if system LANG is properly set. This reverts commit c6f8b1c9a06474aab0944af095a3a90c64e4b381.
2013-02-17screenrc: enable utf8Florian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-02-03zshrc: zshrc: get rid of some global aliasesFlorian Pritz1-5/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-02-03zshrc: remove -g from LESS; xinitrc: start clipitFlorian Pritz2-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-01-24Add .bashrcFlorian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-01-20add git sup alias; vimrc: add wildmenu; zshrc: disable correct_allFlorian Pritz3-2/+8
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-01-19zshrc: move ch*() to separate scriptFlorian Pritz1-139/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-01-05zprofile: check for $DISPLAYFlorian Pritz1-1/+1
kdm runs this file when logging into a graphical session and screen fails because it can't get a tty or something. Make sure this doesn't happen... Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-12-03misc changesFlorian Pritz4-4/+418
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-12-03vim: Add syntasticFlorian Pritz4-0/+235
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-10-16zshrc: ctailf() switch to tail -fFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-10-07zshrc: only use vimpager when available; fix whitespace errorFlorian Pritz1-3/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-10-03zshrc: remove pkgbuild alias; reduce ram usage by historyFlorian Pritz1-5/+10
170k entires lead to ~32mb of ram usage per shell. Now it's more like 4mb. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-10-03gitconfig: don't force pager for l aliasFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-09-15zshrc: switch to single line promptFlorian Pritz1-3/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-09-07Xdefaults: remove unneeded headingFlorian Pritz1-6/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-09-07misc changesFlorian Pritz2-3/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-09-07Xdefaults: fix url-select to work with urxvt-perlsFlorian Pritz1-5/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-08-11misc changesFlorian Pritz3-3/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12add .gitconfigFlorian Pritz1-0/+36
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12zshrc: set umask; rename private_stuff.zshFlorian Pritz1-3/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12zshrc: use sudo.vim for sv()Florian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12vimrc: get rid of supertab/omniccompleteFlorian Pritz1-2/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12update htoprcFlorian Pritz1-4/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12update xinitrc and conky configFlorian Pritz2-26/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12Xdefaults: add fallback fontFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-07-12vim: add sudo pluginFlorian Pritz1-0/+74
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-06-16zshrc: export LANG not LC_ALLFlorian Pritz1-1/+1
exporting LC_ALL creates strange warnings when using devtools Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-06-14zshrc: reenable extended_historyFlorian Pritz1-1/+1
seems to be needed for share_history to work correctly Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-06-10zshrc: disable extended_history; set default locale; remove git branchFlorian Pritz1-10/+6
from prompt Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-06-10vimrc: add git BlameCurrentLine functionFlorian Pritz1-2/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-02-25Revert "vim: switch to vim-ultisnips; remove snipmate"Florian Pritz21-0/+2721
This reverts commit bda1762e2cbba257ff0631f6359badc008fbeac7.
2012-02-14Xdefaults: switch to urxvt-url-selectFlorian Pritz1-3/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-02-08zprofile: only run screen if it is installedFlorian Pritz1-6/+7
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-02-08vimrc: disable set list; use supertab; increase font sizeFlorian Pritz1-2/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-02-08Xdefaults: use a bigger terminal fontFlorian Pritz1-4/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-02-08vim: switch to vim-ultisnips; remove snipmateFlorian Pritz21-2721/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-18zshrc: add 64mls chroot alias; use /var/empty when creating chrootFlorian Pritz1-1/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-11remove autoclose; remove diff colors from jellybeansFlorian Pritz2-247/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-01-03add autoclose.vimFlorian Pritz1-0/+241
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-12-31only add ~/misc/scripts to path if it existsFlorian Pritz1-1/+4
Signed-off-by: Florian Pritz <bluewind@xssn.at>
2011-12-24vim/colors/jellybeans: small color changesFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>