b018f2cc50
add bundled vim to path
2015-11-11 23:28:04 -05:00
df37981707
⬆️ ConEmu@v15.10.25
...
Changelog: http://conemu.github.io/blog/2015/10/25/Build-151025.html
2015-10-27 07:12:21 +01:00
66a75ce0dc
⬆️ Bump clink-completions to 0.2.1
2015-10-21 23:19:19 +03:00
15013369cb
⬆️ ConEmu@151015
...
Changelogs:
https://conemu.github.io/blog/2015/10/06/Build-151006.html
https://conemu.github.io/blog/2015/10/15/Build-151015.html
2015-10-21 21:24:42 +02:00
50c5742794
⬆️ Git@2.6.2.windows.1
2015-10-21 21:21:54 +02:00
a57c11e171
Enable the '/single' switch by using the registry as statemachine for the current location ('CMDER_START')
...
Fixed issue #577
2015-10-20 16:49:08 +02:00
1d47a98329
lambda was encoded with UTF-8 without BOM, didn't show properly
2015-10-15 19:57:05 +02:00
07180effac
Fixed problem with Invoke-Expression
2015-10-15 19:56:38 +02:00
7ebfffc9da
Remove incorrect charater at start of line.
2015-10-14 19:24:54 +01:00
5a1aa7e25b
add overwrite notice to posh profile, too
2015-10-14 19:50:49 +02:00
0ab9b74013
Add user startup file for powershell
2015-10-14 18:50:52 +02:00
fedcee011d
fix vim path
2015-10-14 15:35:51 +02:00
b8f7bde353
Fix init.bat generation
2015-10-14 12:48:14 +02:00
48259b87ac
Add a user startup file which can be modified
...
Up to now, init.bat would be overwritten when a user updated
Cmder. The new mechanism will create a new (mostly empty) file
for the user to enter commands which will then be executed on
each following startup.
2015-10-12 15:15:33 +02:00
419c785db5
Merge pull request #575 from Bobo1239/enhance-path
...
Enhance Path in profile.ps1
2015-10-12 13:24:07 +02:00
1f75f85b7c
Merge pull request #605 from Stanzilla/bumpgit
...
Converting msysgit support to git-for-windows support.
2015-10-12 13:23:06 +02:00
4203a8a4ea
Merge pull request #653 from vladimir-kotikov/development
...
Upgrade clink-completions to 0.2.0
2015-10-12 13:11:44 +02:00
83c685cdc7
⬆️ ConEmu to v15.09.13
2015-10-12 13:06:50 +02:00
df259195ab
⬆️ ConEmu@150816
2015-10-12 13:06:50 +02:00
36291ab789
⬆️ Git for Windows to v2.6.1.windows.1
2015-10-06 21:16:32 +02:00
73c8c0c233
Upgrade clink-completions
2015-10-06 21:45:32 +03:00
32cd7dcb58
⬆️ Git to v2.6.0.windows.1
2015-09-30 20:35:13 +02:00
b40b0067c0
⬆️ Git to v2.5.3.windows.1
2015-09-23 20:51:53 +02:00
4edec1675a
update to 2.5.2 release 2
2015-09-16 06:18:29 +02:00
583109b695
update to 2.5.2
2015-09-11 22:53:21 +02:00
6952d602d2
update to 2.5.1
...
https://github.com/git-for-windows/git/releases/tag/v2.5.1.windows.1
2015-09-02 19:50:44 +02:00
143e659187
⬆️ clink to 0.4.5
2015-08-31 04:48:46 +02:00
5ce077a74a
call git's own ssh-agent script instead of our own
2015-08-28 02:53:49 +02:00
fc85915b2c
git 2.5 packages the unix commands in <git>/usr/bin
instead of <git>/bin
so add that to the path, too.
2015-08-28 02:47:02 +02:00
3e06fcbf07
First step at converting msysgit support to git-for-windows support.
2015-08-23 20:09:06 +02:00
316a42b8f9
Enhance Path in profile.ps1
2015-08-03 16:06:41 +02:00
2a1a736ceb
Remove depreciated Enable-GitColors
...
The function Enable-GitColors is depreciated in dahlbyk/posh-git@4e778e2480 and should be removed here as well.
2015-06-04 23:25:09 +01:00
29d1378d7a
Add git to PATH (while in Cmder)
...
Add bundled git to PATH if we can't find git on PATH.
2015-05-19 15:47:06 +01:00
c15e29ecb3
$PSScriptRoot compatibility
...
$PSScriptRoot is not available on PS version 2 or below.
So we'll set it ourselves.
2015-05-19 15:44:32 +01:00
a18320c938
Improve warning text when posh-git is missing.
2015-05-17 22:13:23 +01:00
f196375f53
Update to latest ConEmu.
2015-05-17 22:08:35 +01:00
e549f88b00
Removed extra quotation mark
2015-04-02 12:02:34 +01:00
687fb72397
Update sources for 1.2
...
Updated sources.
2015-04-02 12:00:44 +01:00
c466698d6b
Only write VCS Status if we're in a git repo
...
In an effort to speed up the prompt we will only call write-vcsstatus if
there is a .git folder in the current or any parent path recursively.
As this function is called every new prompt line it needs to be as fast as
possible.
2015-03-25 12:29:10 +00:00
18fc5e37c7
Check that git can really be used as well as posh-git
...
Explicitly call `import posh-git` because it doesn't have a module
manifest thus powershell can't autoload it when using a cmdlet.
At present the cmder repo doesn't try to download posh-git so it might be
missing from the users session.
2015-03-25 12:22:07 +00:00
b75b3239e7
Adds clink-completions as an external dependency
...
* Adds package to sources.json
* Merges all cmder's lua modules into one -> cmder.lua to exclude future conflicts
* Adds external modules loading logic
2015-03-20 22:29:34 +03:00
69eb956d65
Merge pull request #432 from Jackbennett/ps-revert-newline
...
Revert new line from commit dc834cc28f
2015-03-18 21:14:39 +00:00
dfa58acccc
Revert new line from commit dc834cc28f
...
This matches how cmd looks in conemu for cmder and PS seems to add some
padding around command output so I really don't see what the extra new
line is doing.
Saving dat precious vertical space.
2015-03-18 15:47:01 +00:00
e811c60ab2
Leverage the Module Autoload path and save doing it ourselves.
...
This should be faster too as we won't automatically import all functions
to the session. Powershell now knows where to look before declaring they
don't exist.
2015-03-18 15:33:55 +00:00
b25e46d7a7
Merge pull request #364 from narnaud/pr-local-git
...
Prefer user installed git over cmder one.
2015-03-18 11:00:44 +00:00
7169f49fff
Merge pull request #311 from sescandell/fix-adminlaunch
...
FIX CMDER_ROOT for admin launch
2015-03-18 10:35:15 +00:00
021263d81c
Merge pull request #273 from LeoColomb/master
...
Fixes small Powershell' loader issues
2015-03-18 10:33:58 +00:00
a0d87e8368
Update Conemu <preview realease>, update clink
...
Lets move to the much newer ConEmu preview release.
Pulling the newer clink also
2015-02-25 15:14:33 +00:00
8a885167c3
mercurial prompt
2015-02-23 13:23:39 +01:00
a708fff824
Merge pull request #374 from CumpsD/patch-1
...
Updated vendor references
2015-01-21 23:44:16 +00:00