e44e5710fb
Merge branch 'vimsyntax' of https://github.com/adamlsd/cshenv into vimsyntax
2014-02-17 15:05:23 -05:00
2b3e182617
Merge remote branch 'github/cygwin-fixes' into vimsyntax
2014-02-17 13:51:39 -05:00
1dcc374f3e
Added Example and DocNotes highlight classes.
2014-02-15 20:38:00 -05:00
58ba7b44ce
Don't dual source in after files.
...
Now that we're properly using vimrc after files for syntax adaptations, we
don't need to emulate the original C++ file in-situ
2014-02-15 20:36:50 -05:00
ea7b1d1eca
Fixed vim syntax documentation.
2014-02-15 20:36:23 -05:00
a888047293
New c vim syntax file.
2014-02-02 17:23:12 -05:00
8247b122bd
Merge branch 'initial-rework' into cygwin-fixes
2014-02-02 17:03:03 -05:00
9d9a22df7b
LS detection variable should be for CSHENV_SYSTEM
2014-02-02 16:58:31 -05:00
faf57386a8
Corrected cache-dir creation variable.
...
I didn't test the script on a virgin system, until I did it on a new
cygwin system. Now I have discovered this, and I have fixed it to properly
create the cache dir again.
2014-02-02 16:56:59 -05:00
b830be4824
Fixed path capture in startup hook for spaces
2014-02-02 16:54:30 -05:00
dede1254ba
Changed comments from tcsh to TCSH.
2014-02-02 01:51:53 -05:00
1c7ba97e8e
TCSH feature enabling variables now set.
2014-02-02 01:49:16 -05:00
86239b710a
Merge branch 'initial-rework' of ssh://nerdland.it.cx/Sources/Repositories/cshenv into initial-rework
2014-01-31 11:25:41 -05:00
4836b9411c
Resource alias changed to go to startup hooks
2014-01-31 11:23:40 -05:00
62d27bf967
Added original path check/sourcing.
...
Seems to not work. :-/
Requires tcshrc resource alias to change to startup hooks.
2014-01-31 11:19:23 -05:00
0c6b80c2fe
Added a banner for core tcshrc.
2014-01-29 11:30:12 -05:00
c8443199dc
Color tcsh output now enabled by default.
...
Consider making this a user tuned control?
I think TCSH smartly decides whether it should do anything by
analyzing the terminal it runs on.
2014-01-28 18:20:56 -05:00
06f295c50a
Removed superfluous (and dangerous) bindkey -v
...
This needs to only be used in the tcshrc.bindkey file. This
addresses one of the comments in the github code review.
2014-01-28 01:39:17 -05:00
24288069d7
C++ syntax alterations as after file.
...
With Alepha and doxygen formatting bits.
2014-01-27 21:58:25 -05:00
e8034c77cb
Merge branches 'toolkit-git' and 'toolkit-changes' into initial-rework
2014-01-27 21:10:41 -05:00
d03293da68
Changed git colors to things better for me.
...
(I have trouble seeing some greens, sometimes.)
2014-01-27 21:10:03 -05:00
5d82b822cb
Brought in vim keymaps for bde formatting.
2014-01-27 21:09:22 -05:00
5a533be42f
Merge branch 'toolkit-changes' into initial-rework
2014-01-27 19:13:17 -05:00
1a84decac4
Merge branches 'toolkit-launch' and 'toolkit-git' into toolkit-changes
2014-01-27 19:06:16 -05:00
23a7d4dfcf
Added ls detection to tcshrc startup.
2014-01-27 19:04:20 -05:00
f0bd019a82
Reworked sourcing order to something more sensible
2014-01-27 19:03:04 -05:00
a1da5d85e9
Added globalized git configuration
2014-01-27 19:01:25 -05:00
1e79e7bdd8
Toolkit tcsh launch script, tailored for BLP env.
2014-01-27 18:55:54 -05:00
6451f20c6d
BDE Editing tools.
2014-01-27 16:07:19 -05:00
d88565e76d
Added basic path extensions
2014-01-26 19:21:09 -05:00
2fc842635e
Added LS colors.
2014-01-26 19:20:55 -05:00
a68a9cf47e
Relocated prompt sourcing to last, for config.
...
Done this way any user sourced bits will always be before prompt, and
thus get to control it. Aliases should also be moved last, and will
happen in another commit.
2014-01-26 16:05:33 -05:00
1279c2a7ba
Altered startup to now ignore login.
...
Relog and ls aliases also added.
2014-01-26 16:03:42 -05:00
bc3c9027c7
Merge branch 'integration' into initial-rework
2014-01-26 15:46:32 -05:00
380d13f669
Merge branches 'aliases', 'prompt-fixes', 'startup-hooks' and 'vim-bits' into integration
2014-01-26 15:46:03 -05:00
d85c40ca3a
Aliases imported and cleansed.
2014-01-26 15:42:50 -05:00
64f9edf488
Initial import of the vim bits from classic.
2014-01-26 15:31:58 -05:00
d38552ea74
Merge branch 'master' into initial-rework
2014-01-26 15:24:44 -05:00
323a60a3ee
Merge branch 'master' into startup-hooks
2014-01-26 15:24:30 -05:00
43246031ab
Merge branch 'master' into prompt-fixes
2014-01-26 15:23:45 -05:00
2a594655e3
Merge branch 'master' of https://github.com/adamlsd/cshenv
2014-01-26 15:20:11 -05:00
e5292db977
Changes to system detect for linux
...
Linux still gives us issues. Fixed hostname. Also disabled
CYGWIN detection code -- need to test on a real cygwin system.
2014-01-26 15:17:59 -05:00
f4ad367437
TCSHRC prompt works now, in new environment.
2014-01-26 15:17:26 -05:00
116419e81a
History control variable to fit new naming scheme
2014-01-26 15:16:12 -05:00
72846dca4e
Startup hook changes.
...
Now, regardless of order, login's contents will apply first, even
if not sourced first. Then tcshrc will kick off and run the core
bits, as long as there is a terminal.
2014-01-26 14:44:01 -05:00
761fcddc43
Initial commit
2014-01-16 19:19:53 -08:00
d0571f211c
Initial svn import
2013-12-31 07:32:25 -05:00