Commit graph

259 commits

Author SHA1 Message Date
David Alexander Majnemer
ca85e83f9e remove debug info from shinit 2009-01-13 01:34:56 -06:00
David Alexander Majnemer
6e08a71d69 properly handle the case where there is no infocmp 2009-01-13 01:34:24 -06:00
David Alexander Majnemer
73028838e8 bug fix for title_prompt in bash, use proper globs 2009-01-13 01:33:19 -06:00
David Alexander Majnemer
a81da74751 add support for ksh-like shells 2009-01-13 01:31:32 -06:00
david
ecc8c266ab This makes it easier to think about the length of environment variables 2009-01-12 03:22:26 -05:00
david
56ab7d9c0d type -p does not work as well as command -v, go away type -p ! 2009-01-12 03:21:41 -05:00
david
736b88e7e3 replace source with ., more independent 2009-01-12 03:20:58 -05:00
david
256a3daad2 some ksh do not get a $USER, only a $LOGNAME. Make them happy. 2009-01-12 03:06:42 -05:00
david
f19b125086 fix keybindings for sun machines 2009-01-12 01:23:01 -05:00
david
d3a329ecf6 head -#number is depricated, replaced with head -n #number 2009-01-12 01:22:16 -05:00
David Majnemer
475fa8d51e cleaned up xmonad.hs nicely 2009-01-07 00:57:27 -05:00
David Majnemer
cf7d1321d5 reorder, prefer dir_colors in the home directory over global dir colors 2009-01-07 00:54:32 -05:00
David Alexander Majnemer
b3c9a9c6e9 - fixed a bug here and there
- made it fully sh compliant (works even with solaris sh)
2009-01-03 14:15:00 -06:00
David Alexander Majnemer
456dcf255d zsh/icc does a better job of checking for existance of icc 2009-01-03 10:14:23 -06:00
David Alexander Majnemer
f5df735ca7 changed pager behavior to be more verbose 2009-01-03 09:59:15 -06:00
David Alexander Majnemer
91f859618d forgot to symlink commonsh in install.pl 2009-01-03 09:58:48 -06:00
David Majnemer
aa4cc51463 add suport for "stat", this is an svn look-a-like 2009-01-03 02:29:49 -05:00
David Majnemer
1187b7cd88 woah, I cannot believe I forgot to add these changes. They are the modified zshrc and install.pl that should have been part of the last change 2009-01-03 02:28:09 -05:00
David Majnemer
ba2f3cfb85 huge changes and refactoring done:
-   split zsh into many files
-   add bash support
-   cleaned up lots of stuff, created a commonsh folder for common stuff between bash and zsh
-   commonsh supports an order of execution, deliminated by filename. This is to enforce dependencies
All of these changes were needed so that we could sensibly continue to extend the system
2009-01-02 18:37:27 -05:00
David Majnemer
ceae426160 add support to install.pl for inputrc 2009-01-01 22:53:25 -05:00
David Majnemer
35e57ac8e5 initial inputrc support, report andthing weird going on ASAP 2009-01-01 21:50:44 -05:00
dave
a4083a026e optimized/cleaned up rlwrap detection 2009-01-01 14:25:06 -06:00
dave
a1711bf65f cleaned up export statements, should be a bit easier to deal with now 2009-01-01 14:23:36 -06:00
dave
1e7d1ae9e5 add support for wrapping crappy interpreters 2009-01-01 13:49:29 -06:00
Adrian Kreher
b688758d3a detectindent.vim: consider POD blocks in Perl to be comments to prevent confusion. 2008-12-29 16:33:50 -06:00
David Majnemer
99531235e8 introducing smartBorders, it removes the (currently red) borders when only a single window is being displayed. Also, mod-b toggles the xmobar widget view 2008-12-26 11:38:57 -05:00
David Majnemer
b0a2fa682f properly set up urxvt 2008-12-25 23:30:39 -05:00
David Alexander Majnemer
d1adab7388 Merge branch 'master' of gitosis@majnematic.com:davesdots 2008-12-25 22:09:45 -06:00
David Alexander Majnemer
c431cebacd support mrxvt and other rxvt smellalikes in zshrc 2008-12-25 22:09:10 -06:00
David Majnemer
21ffac1e44 change vimrc so that rxvt-unicode always gets utf-8 2008-12-25 22:46:39 -05:00
David Majnemer
a097659171 make search in less case insensitive 2008-12-25 21:38:48 -05:00
David Majnemer
49e513237f add support for MacPorts 2008-12-25 17:12:45 -05:00
David Majnemer
1ae2914fc1 add the "up" alias to git a la svn 2008-12-25 17:11:49 -05:00
David Majnemer
1382c16893 fix screen on terminals with 256 color when the screen is not compiled with 256 color support 2008-12-24 23:48:42 -05:00
David Majnemer
28abafcf9d added a file to automatically set up git for macs 2008-12-23 21:38:35 -05:00
David Alexander Majnemer
7a820de14a cleanup comments in vimrc 2008-12-23 16:53:52 -06:00
David Alexander Majnemer
fb55f6de62 - update installer with knowledge of gvimrc, fixed broken gvimrc 2008-12-23 16:40:05 -06:00
David Majnemer
b4efde19bf split vimrc into vimrc and gvimrc 2008-12-23 17:34:12 -05:00
Adrian Kreher
717baa880f lock: added --forcelock to kdesktop_lock for KDE 3.5 2008-12-20 04:24:33 -06:00
Adrian Kreher
e9bad20c10 lock: minor coding style fix 2008-12-20 04:17:07 -06:00
Adrian Kreher
661b0c6e7a Merge branch 'master' of gitosis@majnematic.com:davesdots 2008-12-20 04:13:23 -06:00
Adrian Kreher
f8b7d4c10a lock: added script to lock your session as generically as possible, while trying to pick a lock program that cooperates with your [XGK]DM to allow a new session to be started. 2008-12-20 04:12:00 -06:00
dave
3fe25b7d6a get rid of ssh prompt for now 2008-12-20 03:27:37 -06:00
David Alexander Majnemer
0c1ced50b7 Merge branch 'master' of gitosis@majnematic.com:davesdots 2008-12-20 02:11:41 -06:00
David Alexander Majnemer
e68fc66396 fix xmobar 2008-12-20 01:52:02 -06:00
Adrian Kreher
da1d90aa54 colortest.pl: fixed a bug. changed the number for colors back to decimal
so they are more useful for using in scripts
2008-12-20 01:43:19 -06:00
David Alexander Majnemer
5839f5b424 fixed xmobarrc for weird xmobars 2008-12-20 00:34:01 -06:00
David Alexander Majnemer
1f6c6116e3 adding a gitconfig, has some CVS/SVN-isms and nice defaults 2008-12-20 00:02:28 -06:00
David Alexander Majnemer
fafd282343 more improved xmonad.hs, added prompt launcher to Mod-o and a ssh login to Mod-s 2008-12-19 23:13:55 -06:00
Adrian Kreher
b53f13f59c colortest.pl: chmod +x and add the first 16 colors 2008-12-19 22:55:52 -06:00