Sat, 18 Sep 2021 23:34:05 +0300 |
Oleksandr Gavenko |
Fix: there is no guaranty /etc/mc/mc.ext is in the system.
|
changeset |
files
|
Sat, 18 Sep 2021 23:32:53 +0300 |
Oleksandr Gavenko |
As of ~/.bashrc having space prefixed exclude pattern in HISTIGNORE no need for dedicated file, just add a symlink!
|
changeset |
files
|
Sat, 18 Sep 2021 23:31:05 +0300 |
Oleksandr Gavenko |
Exclude space prefixed commands from Bash history. This include Midnight Commander UI prompt (not shell).
|
changeset |
files
|
Wed, 15 Sep 2021 15:22:14 +0300 |
Oleksandr Gavenko |
Bash completion for npx.
|
changeset |
files
|
Tue, 13 Jul 2021 11:11:53 +0300 |
Oleksandr Gavenko |
Removed debug statement.
|
changeset |
files
|
Wed, 16 Jun 2021 15:24:53 +0300 |
Oleksandr Gavenko |
Fixed horrible Bash regex performance matching with two placeholders. Instead use fast one and extract remaining part.
|
changeset |
files
|
Wed, 16 Jun 2021 14:48:32 +0300 |
Oleksandr Gavenko |
Use variable to return function result for better performance on Cygwin. Cleanup helper functions from the environment.
|
changeset |
files
|
Wed, 16 Jun 2021 13:39:23 +0300 |
Oleksandr Gavenko |
Rearrange default UNIX PATHs priority. Under Cygwin that helps with placing Cygwin's paths before Windows'.
|
changeset |
files
|
Thu, 03 Jun 2021 02:02:50 +0300 |
Oleksandr Gavenko |
TERM is missing when run non-interactively through SSH. Disable ruler in non-interacticve session.
|
changeset |
files
|
Wed, 02 Jun 2021 21:46:48 +0300 |
Oleksandr Gavenko |
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.
|
changeset |
files
|
Wed, 02 Jun 2021 18:25:56 +0300 |
Oleksandr Gavenko |
No need for ~/usr/xbin. There is standard ~/.local/bin.
|
changeset |
files
|
Wed, 02 Jun 2021 17:50:31 +0300 |
Oleksandr Gavenko |
Include /usr/local/bin into PATH for "pip install" to be available.
|
changeset |
files
|
Wed, 02 Jun 2021 13:39:08 +0300 |
Oleksandr Gavenko |
Docs: added link.
|
changeset |
files
|
Wed, 02 Jun 2021 03:54:39 +0300 |
Oleksandr Gavenko |
Set Node prefix & cache to local directory on Linux.
|
changeset |
files
|
Tue, 01 Jun 2021 17:58:43 +0300 |
Oleksandr Gavenko |
Replaced regex match with pattern match.
|
changeset |
files
|
Tue, 01 Jun 2021 17:48:41 +0300 |
Oleksandr Gavenko |
Combined dependent check into "elif".
|
changeset |
files
|
Tue, 01 Jun 2021 17:47:00 +0300 |
Oleksandr Gavenko |
Removed Solaris customization. This OS is dead.
|
changeset |
files
|
Tue, 01 Jun 2021 17:45:24 +0300 |
Oleksandr Gavenko |
Allow ~/.env file to be without "export" prefix.
|
changeset |
files
|
Tue, 01 Jun 2021 17:34:17 +0300 |
Oleksandr Gavenko |
Renamed .env => .bash.env to free .env name for user customization (famous dotenv file).
|
changeset |
files
|
Tue, 01 Jun 2021 11:55:32 +0300 |
Oleksandr Gavenko |
Pass TERM as xterm to "vagrant ssh" because Debian doesn't know TERM "mintty".
|
changeset |
files
|
Tue, 06 Apr 2021 12:58:34 +0300 |
Oleksandr Gavenko |
I'm using Ctrl+LCLick or Menu key binding for switching.
|
changeset |
files
|
Tue, 06 Apr 2021 01:36:03 +0300 |
Oleksandr Gavenko |
Enabled Mercirial extension: histedit.
|
changeset |
files
|
Sun, 21 Mar 2021 01:27:55 +0200 |
Oleksandr Gavenko |
Enabled rerere. Keeps database of manually resolved conflicts.
|
changeset |
files
|
Mon, 22 Feb 2021 20:15:51 +0200 |
Oleksandr Gavenko |
Fixed handling of spaces in path for completion for Bash command "cd".
|
changeset |
files
|
Thu, 14 Jan 2021 12:56:41 +0200 |
Oleksandr Gavenko |
Utility function to enhance curl with time report.
|
changeset |
files
|
Fri, 08 Jan 2021 16:11:52 +0200 |
Oleksandr Gavenko |
Fixed: Ignoring unknown option 'BellSound'.
|
changeset |
files
|
Fri, 08 Jan 2021 14:03:04 +0200 |
Oleksandr Gavenko |
Replaced "~" with $(HOME).
|
changeset |
files
|
Fri, 08 Jan 2021 13:59:23 +0200 |
Oleksandr Gavenko |
Create symlink in a one step.
|
changeset |
files
|
Fri, 08 Jan 2021 13:57:12 +0200 |
Oleksandr Gavenko |
Replaced Bash "for" iteration with "find" utility.
|
changeset |
files
|
Fri, 08 Jan 2021 13:32:43 +0200 |
Oleksandr Gavenko |
No need special steps for .local/share/applications/mimeapps.list
|
changeset |
files
|
Fri, 08 Jan 2021 13:30:35 +0200 |
Oleksandr Gavenko |
Do not alter working directory.
|
changeset |
files
|
Fri, 08 Jan 2021 13:28:42 +0200 |
Oleksandr Gavenko |
Do not install fvwm configs if it is not available.
|
changeset |
files
|
Fri, 08 Jan 2021 13:26:37 +0200 |
Oleksandr Gavenko |
Fixed install target: do not stop in the middle if fvwm is not here.
|
changeset |
files
|
Fri, 08 Jan 2021 13:24:06 +0200 |
Oleksandr Gavenko |
No need for "mkdir", option "-D" of "install" takes care about missing directories.
|
changeset |
files
|
Fri, 08 Jan 2021 13:12:40 +0200 |
Oleksandr Gavenko |
Collect and copy all files belonging to root of $HOME in one step. This speedups install in Cygwin: 7s => 5s.
|
changeset |
files
|
Fri, 08 Jan 2021 12:46:52 +0200 |
Oleksandr Gavenko |
Increased "install" speed on Cygwin with ".ONESHELL" (by avoiding SHELL forks) 9s => 7s.
|
changeset |
files
|
Fri, 08 Jan 2021 00:07:21 +0200 |
Oleksandr Gavenko |
No need for file size check when opening file in Emacs.
|
changeset |
files
|
Fri, 08 Jan 2021 00:04:16 +0200 |
Oleksandr Gavenko |
No need to detect old MC version, always install into ~/.config/mc.
|
changeset |
files
|
Fri, 08 Jan 2021 00:00:03 +0200 |
Oleksandr Gavenko |
Execute Make recipes by Bash.
|
changeset |
files
|
Mon, 30 Nov 2020 10:49:15 +0200 |
Oleksandr Gavenko |
Replaced --parallel-threads with --max-workers.
|
changeset |
files
|
Wed, 25 Nov 2020 20:51:28 +0200 |
Oleksandr Gavenko |
Added completion for --console + --warning-mode.
|
changeset |
files
|
Wed, 25 Nov 2020 19:39:58 +0200 |
Oleksandr Gavenko |
Added publish task.
|
changeset |
files
|
Sat, 21 Nov 2020 23:01:44 +0200 |
Oleksandr Gavenko |
Added support for "wrapper --distribution-type ...".
|
changeset |
files
|
Sat, 21 Nov 2020 21:25:42 +0200 |
Oleksandr Gavenko |
Added Shift+Tab for session switching in GNU Screen & tmux.
|
changeset |
files
|
Sat, 21 Nov 2020 20:40:18 +0200 |
Oleksandr Gavenko |
Replace TERM=mintty with "xterm" as remote Debian doesn't have "mintty" definition.
|
changeset |
files
|
Sat, 21 Nov 2020 19:42:50 +0200 |
Oleksandr Gavenko |
Switched BoldWhite into some visible on white background.
|
changeset |
files
|
Sat, 21 Nov 2020 19:40:47 +0200 |
Oleksandr Gavenko |
Adtivated TERM=mintty for mintty as Gradle now supports it natively (as of v5.2).
|
changeset |
files
|
Sat, 21 Nov 2020 19:39:44 +0200 |
Oleksandr Gavenko |
Use bold font instead of alternative color in mintty. Bold colors are shown when bright colors are requested.
|
changeset |
files
|
Sat, 21 Nov 2020 13:38:56 +0200 |
Oleksandr Gavenko |
Enabled syntax highlighting by Emacs + added link to official docs.
|
changeset |
files
|
Tue, 06 Oct 2020 19:44:05 +0300 |
Oleksandr Gavenko |
Added utility to activate Windows based docker-machine in WSL.
|
changeset |
files
|
Wed, 09 Sep 2020 00:30:54 +0300 |
Oleksandr Gavenko |
A way to find releases/heads with given commit.
|
changeset |
files
|
Tue, 25 Aug 2020 10:15:42 +0300 |
Oleksandr Gavenko |
New git on "git pull" asked to config one of:
|
changeset |
files
|
Thu, 26 Mar 2020 17:24:35 +0200 |
Oleksandr Gavenko |
Enabled mygradle for gradle completion.
|
changeset |
files
|
Tue, 03 Mar 2020 21:24:43 +0200 |
Oleksandr Gavenko |
Added Artifactory related tasks.
|
changeset |
files
|
Mon, 02 Mar 2020 13:43:47 +0200 |
Oleksandr Gavenko |
Added completion for Gradle 6.x java.withJavadocJar()/withSourcesJar().
|
changeset |
files
|
Sat, 18 Jan 2020 22:37:22 +0200 |
Oleksandr Gavenko |
Added --fail-fast to list of available options for Gradle completion.
|
changeset |
files
|
Sat, 18 Jan 2020 21:35:43 +0200 |
Oleksandr Gavenko |
Added "test" related Bash completions for Gradle.
|
changeset |
files
|
Sat, 18 Jan 2020 14:26:49 +0200 |
Oleksandr Gavenko |
Added default completion for Gradle "test" cmd.
|
changeset |
files
|
Sat, 18 Jan 2020 00:19:38 +0200 |
Oleksandr Gavenko |
Increased the number of supported formats by mygit-date and added strict validation.
|
changeset |
files
|
Mon, 13 Jan 2020 14:00:42 +0200 |
Oleksandr Gavenko |
Added completion for --console Gradle option.
|
changeset |
files
|