.env.bash
Mon, 04 Dec 2023 14:36:50 +0200 Oleksandr Gavenko Removed personal info from .env.bash.
Thu, 09 Nov 2023 12:53:56 +0200 Oleksandr Gavenko Added Windows' directory "Documents" to CDPATH for better integration with WSL 1.
Wed, 29 Mar 2023 23:42:06 +0300 Oleksandr Gavenko Completed migration from ~/devel to ~/work.
Mon, 28 Nov 2022 23:08:33 +0200 Oleksandr Gavenko Decided transition from ~/devel to ~/work.
Sun, 27 Nov 2022 15:58:40 +0200 Oleksandr Gavenko No need in GRADLE_OPTS "-Dorg.gradle.daemon=true": it is by default in modern Gradle.
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.
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.
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'.
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.
Wed, 02 Jun 2021 18:25:56 +0300 Oleksandr Gavenko No need for ~/usr/xbin. There is standard ~/.local/bin.
Wed, 02 Jun 2021 17:50:31 +0300 Oleksandr Gavenko Include /usr/local/bin into PATH for "pip install" to be available.
Wed, 02 Jun 2021 03:54:39 +0300 Oleksandr Gavenko Set Node prefix & cache to local directory on Linux.
Tue, 01 Jun 2021 17:58:43 +0300 Oleksandr Gavenko Replaced regex match with pattern match.
Tue, 01 Jun 2021 17:48:41 +0300 Oleksandr Gavenko Combined dependent check into "elif".
Tue, 01 Jun 2021 17:47:00 +0300 Oleksandr Gavenko Removed Solaris customization. This OS is dead.
Tue, 01 Jun 2021 17:34:17 +0300 Oleksandr Gavenko Renamed .env => .bash.env to free .env name for user customization (famous dotenv file).
less more (0) tip