cmder/vendor
Shahzeb Ihsan d8444dae97 Set history_io=3 in default Clink settings
Currently the "history" command in Cmder prints commands without any index associated with any command, so you can copy/paste a command or use "!!" to execute a command from the history but, unlike BASH, you can't do "!<command_index>".

"cat" has a switch, "-n", which prints line numbers of the file being printed. This, in conjunction with "history_io=3" in Clink settings (to read/write history when editing a command") works just like BASH, i.e., you can use the index printed next to a command in the history to execute that command as "!<command_index>".
2017-03-17 10:59:12 +08:00
..
psmodules/PsGet Delete PsGet.psd1 2014-09-17 15:02:31 +02:00
clink.lua Added closing process in get_git_status (#1) 2016-09-27 18:48:23 +03:00
cmder_exinit silenced bash profile.d when profile.d is empty 2016-03-06 15:05:40 -06:00
cmder.sh silenced bash profile.d when profile.d is empty 2016-03-06 15:05:40 -06:00
git-prompt.sh Added lambda prompt for bash/mintty, matches cmder and powershell prompts 2015-11-23 22:13:33 -06:00
init.bat Set history_io=3 in default Clink settings 2017-03-17 10:59:12 +08:00
profile.ps1 Version Check the Posh-Git module to allow module autoloading 2016-10-10 12:01:55 +01:00
Readme.md fixed little mistake in vendor/readme 2013-12-13 00:32:22 +01:00
sources.json ⬆️ Update Git to v2.10.2 2016-11-04 00:27:46 +01:00
user-aliases.cmd.example Use cat -n for printing history to show cmd index 2017-03-17 10:26:57 +08:00

Vendor

Third parties software & init script.