Sat, 18 Sep 2021 23:31:05 +0300 Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell).
Oleksandr Gavenko <gavenkoa@gmail.com> [Sat, 18 Sep 2021 23:31:05 +0300] rev 993
Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell).
Wed, 15 Sep 2021 15:22:14 +0300 Bash completion for npx.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 15 Sep 2021 15:22:14 +0300] rev 992
Bash completion for npx.
Tue, 13 Jul 2021 11:11:53 +0300 Removed debug statement.
Oleksandr Gavenko <gavenkoa@gmail.com> [Tue, 13 Jul 2021 11:11:53 +0300] rev 991
Removed debug statement.
Wed, 16 Jun 2021 15:24:53 +0300 Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 15:24:53 +0300] rev 990
Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.
Wed, 16 Jun 2021 14:48:32 +0300 Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 14:48:32 +0300] rev 989
Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.
Wed, 16 Jun 2021 13:39:23 +0300 Rearrange default UNIX PATHs priority. Under Cygwin that helps with placing Cygwin's paths before Windows'.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 16 Jun 2021 13:39:23 +0300] rev 988
Rearrange default UNIX PATHs priority. Under Cygwin that helps with placing Cygwin's paths before Windows'.
Thu, 03 Jun 2021 02:02:50 +0300 TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.
Oleksandr Gavenko <gavenkoa@gmail.com> [Thu, 03 Jun 2021 02:02:50 +0300] rev 987
TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.
Wed, 02 Jun 2021 21:46:48 +0300 For my "cygrun.exe" wrapper to work it should be behind shebang scripts in the PATH, so moved ~/usr/bin to the PATH end on Cygwin.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 21:46:48 +0300] rev 986
For my "cygrun.exe" wrapper to work it should be behind shebang scripts in the PATH, so moved ~/usr/bin to the PATH end on Cygwin.
Wed, 02 Jun 2021 18:25:56 +0300 No need for ~/usr/xbin. There is standard ~/.local/bin.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 18:25:56 +0300] rev 985
No need for ~/usr/xbin. There is standard ~/.local/bin.
Wed, 02 Jun 2021 17:50:31 +0300 Include /usr/local/bin into PATH for "pip install" to be available.
Oleksandr Gavenko <gavenkoa@gmail.com> [Wed, 02 Jun 2021 17:50:31 +0300] rev 984
Include /usr/local/bin into PATH for "pip install" to be available.
(0) -300 -100 -10 +10 tip