Commit graph

35 commits

Author SHA1 Message Date
David Alexander Majnemer
1fc87671ad Merge branch 'master' of gitosis@majnematic.com:davesdots 2009-03-07 18:06:53 -06:00
David Alexander Majnemer
2ede1ae7fd fix up :q and :wq for ksh 2009-03-07 18:06:23 -06:00
Adrian Kreher
f72e778f26 dircolors: made better dircolors for directories that are chmod o+w, and split files for gdircolors and dircolors 2009-03-07 18:05:36 -06:00
dmajnem2
bea62cc194 fix putty support 2009-02-24 07:42:25 +00:00
David Alexander Majnemer
315aa803f9 add support for 7z to extract 2009-02-08 22:44:37 -06:00
David Alexander Majnemer
13ccbf19af add support for ~/bin 2009-02-02 01:03:28 -06:00
David Alexander Majnemer
0b5ca7aa48 try to fix screen on macs 2009-01-23 15:11:53 -06:00
David Alexander Majnemer
35d3692050 clean up the case where we don't have screen 2009-01-23 14:50:11 -06:00
David Alexander Majnemer
c04f430760 only do terminal magic if we have infocmp 2009-01-23 14:49:04 -06:00
David Alexander Majnemer
10d017a3c0 move zsh alias stuff to commonsh 2009-01-23 14:36:03 -06:00
David Alexander Majnemer
1c9abb2d16 add support for gnu userland on other platforms 2009-01-23 14:29:34 -06:00
David Majnemer
35e6b30d46 activate syntax highlighting on pager 2009-01-17 14:49:04 -05:00
David Alexander Majnemer
954f1bff1b ksh bug, does not like local 2009-01-16 13:57:34 -06:00
David Alexander Majnemer
802a234628 cleaned up lots of the "extras", refactored a bunch of it into some common functionality 2009-01-16 13:53:32 -06:00
David Alexander Majnemer
5716ad512d add support for GNU ls on macs, it is superior 2009-01-15 21:34:20 -05:00
David Alexander Majnemer
72d434f216 another bug bites the dust... $FCEDIT should not be exported, FCEDIT should be 2009-01-15 21:14:29 -05:00
David Alexander Majnemer
3fcab0da3b bug in the pager 2009-01-15 13:53:01 -05:00
David Alexander Majnemer
629820301c add support for cabal packages 2009-01-15 09:17:22 -05:00
David Alexander Majnemer
931df3e022 clean up some syntax 2009-01-14 22:15:09 -05: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
d3a329ecf6 head -#number is depricated, replaced with head -n #number 2009-01-12 01:22:16 -05:00
David Alexander Majnemer
2f7f5c16ef Merge branch 'master' of gitosis@majnematic.com:davesdots
Conflicts:
	bashrc
	commonsh/02_term
	commonsh/10_alias
	commonsh/10_rlwrap
2009-01-13 17:30:04 -05:00
David Alexander Majnemer
fc03d1bd43 make rlwrap more sh compatible 2009-01-13 17:20:17 -05:00
David Alexander Majnemer
cbde44763e add support for gnu coreutils on solaris 2009-01-13 17:19:54 -05:00
David Alexander Majnemer
271058a160 way more effective way of doing screen terminal 2009-01-13 17:15:41 -05:00
David Alexander Majnemer
9c219d3d97 add support for really old xterm, try to swap with xterm-color 2009-01-13 15:17:11 -06:00
David Alexander Majnemer
6269e00d2e Merge branch 'master' of gitosis@majnematic.com:davesdots 2009-01-13 01:41:52 -06:00
David Alexander Majnemer
9ed9222389 remove implicit bashism from lesspipe, it only works with bash! shell emulation should work around this now 2009-01-13 01:37:29 -06:00
David Alexander Majnemer
6b5159f65e add support for FCEDIT, this makes sure that history is modified with EDITOR in zsh, bash and ksh 2009-01-13 01:36:27 -06:00
David Alexander Majnemer
6e08a71d69 properly handle the case where there is no infocmp 2009-01-13 01:34:24 -06: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
f5df735ca7 changed pager behavior to be more verbose 2009-01-03 09:59:15 -06: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