summaryrefslogtreecommitdiffstats
path: root/.zshrc
AgeCommit message (Collapse)AuthorFilesLines
2014-11-07zshrc: bk: use rsync to keep mtime and other dataFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-10-21zshrc: change less highlight colorFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-09-30miscFlorian Pritz1-0/+9
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-09-13zshrc: fix history locking issues; new aliasFlorian Pritz1-2/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-08-13miscFlorian Pritz1-3/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-06-15zshrc: disable username looks in ctailf for better performanceFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-06-12zshrc: disable extended history to save space; fix ssh-copy-id with multiplexerFlorian Pritz1-2/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-04-13zshrc: remove readonly restriction for HISTFILEFlorian Pritz1-1/+0
Breaks source ~/.zshrc and not that useful anyway. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-01-29zshrc: new aliases + cleanupFlorian Pritz1-29/+12
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-01-29misc cleanupFlorian Pritz1-12/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-01-10zshrc: add more dirs to PATHFlorian Pritz1-0/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2014-01-10xinitrc: set SDL driver to pulse; cleanupFlorian Pritz1-4/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-10-21zshrc: add scw aliasFlorian Pritz1-0/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-10-19zshrc: add sc aliasFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-09-16zshrc: move gpg-agent source down a bitFlorian Pritz1-2/+6
Possible errors will now be shown after sysinfo and there's commented code for keychain if need. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-09-01zshrc: load syntax highlightingFlorian Pritz1-0/+4
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-09-01zshrc: disable hist_reduce_blanksFlorian Pritz1-1/+1
echo "foo" "bar"; will be mangled to echo "foo" "arr"; Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-06-16zshrc: new ssh aliases; xinitrc: fix time location for 1200px screenFlorian Pritz1-0/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-05-22misc changesFlorian Pritz1-0/+4
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 Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2013-01-20add git sup alias; vimrc: add wildmenu; zshrc: disable correct_allFlorian Pritz1-2/+2
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>
2012-12-03misc changesFlorian Pritz1-2/+3
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-09-15zshrc: switch to single line promptFlorian Pritz1-3/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-09-07misc changesFlorian Pritz1-1/+0
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-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-01-18zshrc: add 64mls chroot alias; use /var/empty when creating chrootFlorian Pritz1-1/+2
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-24make __chrootalias() error more usefulFlorian Pritz1-1/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-11-09zshrc: cleanupFlorian Pritz1-88/+3
This removes stuff I never use. d(): use cd -<tab> regcheck: use regcheck.pl Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-10-30add new dircolors; change tail aliasFlorian Pritz1-2/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-10-23get rid of yaourtFlorian Pritz1-15/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-09-12zshrc: chbuild(): support multiple argsFlorian Pritz1-4/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-15make df alias smarterFlorian Pritz1-1/+5
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-14zshrc: fix chroot creation and add function to create new onesFlorian Pritz1-1/+11
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-14zshrc: chkill: allow to remove all chrootsFlorian Pritz1-0/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-10move $PATH change; use $HOSTFlorian Pritz1-6/+6
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-10zshrc: miscFlorian Pritz1-5/+2
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-08-02improve chroot functions; misc changesFlorian Pritz1-16/+75
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-26zshrc: always load gpg-agent.shFlorian Pritz1-3/+1
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-23zshrc: move greetings to sysinfoFlorian Pritz1-8/+0
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-06-04zshrc: remove powerpill aliasesFlorian Pritz1-5/+1
Signed-off-by: Florian Pritz <bluewind@server-speed.net>