Benjamin Staneck
87bc4178e6
fix vim path in powershell profile
2015-11-12 15:18:21 +01:00
Alec Wenzowski
b018f2cc50
add bundled vim to path
2015-11-11 23:28:04 -05:00
Pireax
1d47a98329
lambda was encoded with UTF-8 without BOM, didn't show properly
2015-10-15 19:57:05 +02:00
Pireax
07180effac
Fixed problem with Invoke-Expression
2015-10-15 19:56:38 +02:00
Jack Bennett
7ebfffc9da
Remove incorrect charater at start of line.
2015-10-14 19:24:54 +01:00
Benjamin Staneck
5a1aa7e25b
add overwrite notice to posh profile, too
2015-10-14 19:50:49 +02:00
Pireax
0ab9b74013
Add user startup file for powershell
2015-10-14 18:50:52 +02:00
Benjamin Staneck
419c785db5
Merge pull request #575 from Bobo1239/enhance-path
...
Enhance Path in profile.ps1
2015-10-12 13:24:07 +02:00
Benjamin Staneck
3e06fcbf07
First step at converting msysgit support to git-for-windows support.
2015-08-23 20:09:06 +02:00
Boris Zhou
316a42b8f9
Enhance Path in profile.ps1
2015-08-03 16:06:41 +02:00
Bond
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
Martin Kemp
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
Martin Kemp
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
Martin Kemp
a18320c938
Improve warning text when posh-git is missing.
2015-05-17 22:13:23 +01:00
Jack Bennett
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
Jack Bennett
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
Martin Kemp
69eb956d65
Merge pull request #432 from Jackbennett/ps-revert-newline
...
Revert new line from commit dc834cc28f
2015-03-18 21:14:39 +00:00
Jack Bennett
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
Jack Bennett
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
Martin Kemp
021263d81c
Merge pull request #273 from LeoColomb/master
...
Fixes small Powershell' loader issues
2015-03-18 10:33:58 +00:00
Léo Colombaro
dc834cc28f
Fixes Powershell loader issues
...
* Fix modules order required
* Add newline before prompt
* Fix color name
2014-12-01 20:40:07 +01:00
Szymon Sito
c8193ea368
Lambda color in powershell was changed to DarkGray
2014-10-29 21:27:30 +01:00
Léo Colombaro
98350e14e8
Add custom loader for Powershell, improve its implementation in Cmder
...
Fixes #104 , fixes #53 , fixes #65 (my bad), related to #136 , and should
fix #139
2014-09-17 09:55:15 +02:00