Martin Kemp
05c113efee
Fix PSReadline clearing directory prompt.
...
If user has PSReadline and is using it be sure to clear 1 less line to prevent the directory prompt from being cleared.
Fixes #879
2016-03-10 10:50:37 +00:00
Dax T. Games
01667a5bf0
Process profile.d scripts before adding user aliases
2016-03-07 08:12:50 -06:00
Benjamin Staneck
06c6e5fdb6
Merge pull request #873 from daxgames/echo_off
...
Prefer use of first line @echo off vs. @ per line to turn off echo pe…
2016-03-07 00:07:25 +01:00
Dax T. Games
0f4292aa08
Prefer use of first line @echo off vs. @ per line to turn off echo per line. - Cleaner file, no side efects
2016-03-06 15:40:06 -06:00
Dax T. Games
722f8b7745
silenced bash profile.d when profile.d is empty
2016-03-06 15:05:40 -06:00
Dax T. Games
8dbbb902d9
fixed vendor\profile.ps1 profile.d - added post popd
2016-03-02 18:04:25 -06:00
Dax T. Games
d6eec2f3a5
silence profile.d if profile.d is empty
2016-03-02 17:37:28 -06:00
Dax T. Games
32c1d4028a
added fully qualified path to cmd profile.d section
2016-03-02 15:17:43 -06:00
Dax T. Games
8a5c58e626
fixed cmd profile.d support
2016-03-01 20:35:55 -06:00
Martin Kemp
8fa151d1db
Merge pull request #740 from daxgames/cmder_exinit
...
Cmder exinit
2016-02-29 08:11:34 +00:00
Dax T. Games
59e4a1684b
Merge branch 'development' of https://github.com/cmderdev/cmder into profile.d_support
2016-02-27 12:52:00 -06:00
Dax T. Games
361a8eae66
Fixed profile.d support for bash
2016-02-27 12:19:03 -06:00
Dax T. Games
727d6a6abd
Added bits about MinGW integration status
2016-02-27 12:05:01 -06:00
Dax T. Games
f7a18d4b6e
--amend
2016-02-27 12:00:40 -06:00
Dax T. Games
9e7f860e2d
Fixed and added zsh shell capability
2016-02-27 08:43:39 -06:00
Dax T. Games
79f8560a24
added profile.d stuff
2016-02-27 07:40:47 -06:00
Dax T. Games
4245608e6d
Merge branch 'development' of https://github.com/cmderdev/cmder into cmder_exinit
2016-02-27 06:41:11 -06:00
Benjamin Staneck
aedd078050
⬆️ Git@2.7.2.windows.1
2016-02-27 01:39:06 +01:00
Dax T. Games
a959409c0f
--amend
2016-02-25 18:22:43 -06:00
Dax T. Games
0a6b79b9ed
Added profile.d like support for all supported shells
2016-02-25 08:01:16 -06:00
Dax T. Games
a99d27a7e1
Merge branch 'development' into cmder_exinit
2016-02-19 10:10:12 -06:00
Gregory Pakosz
64d981e470
Fixed get_git_dir() to take submodules into account. Fixes #833
2016-02-16 11:15:42 +01:00
Gregory Pakosz
95bbb8edbb
Fixed checkGit() in case of submodules
...
Since Git 1.7.8, submodules don't contain a .git/ folder anymore.
Instead, the submodule directory is populated with a .git text file
which contains a git-dir: /path/to/superproject/git_dir/modules/name.
See,
https://github.com/git/git/blob/master/Documentation/RelNotes/1.7.8.txt#L109-L114
2016-02-10 16:33:01 +01:00
Martin Kemp
95f6096a45
Latest 3rd party updates.
2016-02-08 22:14:04 +00:00
Benjamin Staneck
fccba9269d
⬆️ ConEmu@160202
...
Changelog: https://conemu.github.io/en/Whats_New.html
2016-02-03 03:15:56 +01:00
Benjamin Staneck
07b426355e
⬆️ Git@2.7.0.windows.2
...
Changelog: https://github.com/git-for-windows/git/releases/tag/v2.7.0.windows.2
2016-02-03 03:13:43 +01:00
Jan Schulz
fe45b186e0
clink.lua: add header
...
Introduce a header like in the rest of the scripts that this file
is overwritten on updates and should not be modified.
2016-01-15 18:06:35 +01:00
Jan Schulz
788b5262b4
Reorganize how clink settings are loaded
...
4bfdf04d59
moved all clink config files
to vendor/ and therefore the files in config/ were not used and .history
was also moved to vendor/.
The new arrangement uses `--script` to load our own clink.lua file which in
turn as the first thing loads the original clink.lua file. The user defined
files are again in config/. As clink regenerates these files, if they are not
present, this also means that we don't need to include the settings file
in the git repo and therefore don't overwrite it on updates.
2016-01-15 18:02:10 +01:00
Martin Kemp
5b7c008202
Merge pull request #798 from JanSchulz/cmder_here
...
Make "cmder here" work again
2016-01-15 11:44:39 +00:00
Benjamin Staneck
724b9a25da
⬆️ Bump clink to 0.4.7
2016-01-15 00:16:18 +01:00
Jan Schulz
2c0c6ed416
Make "cmder here" work again
...
The new system works by setting "CMDER_START" if a cmder.exe gets a
startup path. The rest is then implemented in the profile.ps1 and init.bat.
The new system works as follows:
1.If a startup path is given, cmder.exe sets this as `CMDER_START` and the
startup scripts change to that directory.
2.If the usere sets a `CMDER_START` environment variable and this is not
overwritten by cmder.exe, this variable is taken as the startup
directory by the startup scripts.
3.If not such path is give, the conemu startup dirs is the winner, as the
startup scripts don't change anything.
2016-01-11 22:19:10 +01:00
Benjamin Staneck
c77641cf03
⬆️ Git@2.7.0.windows1
...
Changelog: https://github.com/git-for-windows/git/releases/tag/v2.7.0.windows.1
2016-01-07 01:50:52 +01:00
Vladimir Kotikov
1389fe0c4d
⬆️ Bump clink to 0.4.6
2015-12-29 00:23:30 +03:00
Dax T. Games
9eb9620966
Fixed som misc stuff and prevented multi runs
2015-12-16 12:37:40 -05:00
Benjamin Staneck
add52c0ee6
⬆️ Git for Windows@2.6.4
...
Changelog: https://github.com/git-for-windows/git/releases/tag/v2.6.4.windows.1
2015-12-16 06:13:53 +01:00
Martin Kemp
744522b97b
Merge pull request #773 from glureau/development
...
Fix vendor/init.bat when the PATH contains spaces.
2015-12-15 19:09:58 +00:00
Gregory Lureau
6879a94c10
Fix vendor/init.bat when the PATH contains spaces.
2015-12-15 18:56:22 +01:00
Benjamin Staneck
41836e669b
⬆️ ConEmu@151210
...
Changelog: https://conemu.github.io/blog/2015/12/10/Build-151210.html
Skipped:
* https://conemu.github.io/blog/2015/12/08/Build-151208.html
* https://conemu.github.io/blog/2015/12/07/Build-151207.html
* https://conemu.github.io/blog/2015/12/05/Build-151205.html
* https://conemu.github.io/blog/2015/12/02/Build-151202.html
* https://conemu.github.io/blog/2015/11/29/Build-151129.html
2015-12-11 18:48:47 +01:00
Vladimir Kotikov
5f68e4e987
⬆️ Bump clink-completions to 0.2.2
2015-12-10 22:09:12 +03:00
Jan Schulz
567889e69f
Fix: don't garble the input line for long lines in git projects
...
If having a long line of input in histroy, which went on into the
second row and using <up> to get back to it, you got the effect
that the input was split over three lines: "text, empty, text",
but using the arrows do move to the front of the first line was
moving the cursor in the second (empty) row. You could change
the text, but you needed to do it "in the dark". No idea why
s/os.execute/is.popen/ fixes this, but it does.
Partly adresses https://github.com/cmderdev/cmder/issues/749
2015-12-04 19:57:08 +01:00
Martin Kemp
30dbfa6144
Merge pull request #736 from JanSchulz/more_config
...
More config
2015-12-04 13:04:13 +00:00
Benjamin Staneck
d0909f27e1
⬆️ ConEmu@151129
...
Changelog: http://conemu.github.io/blog/2015/11/26/Build-151126.html
Skipped http://conemu.github.io/blog/2015/11/22/Build-151122.html
2015-11-28 02:45:05 +01:00
Dax T. Games
b88ea50aef
Added vendor/cmder_exinit. Allows integrating externally installed Msys/Msys2/Cygwin into Cmder
2015-11-26 09:32:10 -06:00
Jan Schulz
854cadb185
Use consistent naming: user-profile.{sh|bat|ps1}
2015-11-25 00:23:04 +01:00
Jan Schulz
4bfdf04d59
Do not overwrite cmder.lua on update
2015-11-25 00:14:35 +01:00
Martin Kemp
c9550490f5
Merge pull request #735 from JanSchulz/config_aliases
...
Do not overwrite aliases on update
2015-11-24 22:54:49 +00:00
Jan Schulz
4154cdf204
Do not overwrite aliases on update
2015-11-24 23:38:26 +01:00
Chase Miller
76e14cd268
Added check for %USERPROFILE%\AppData\Local\Programs\Git path in init.bat. Installing from https://git-scm.com/download/win seems to put git in this directory.
2015-11-24 17:26:41 -05:00
Dax T. Games
9b25544c05
Fixed - Powershell vim/vim alias opening a new tab when editin a file
2015-11-24 10:58:58 -06:00
Dax T. Games
5eff672a4b
Added lambda prompt for bash/mintty, matches cmder and powershell prompts
2015-11-23 22:13:33 -06:00