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.
|
changeset |
files
|
Thu, 08 Sep 2022 12:26:25 +0300 |
Oleksandr Gavenko |
Included time into Bash PS1 header: useful to understand when I called daily login apps.
|
changeset |
files
|
Sun, 12 Jun 2022 19:01:39 +0300 |
Oleksandr Gavenko |
Added Bash completion for winget.
|
changeset |
files
|
Thu, 09 Jun 2022 16:01:09 +0300 |
Oleksandr Gavenko |
Added bash autocompletion for Scoop.
|
changeset |
files
|
Wed, 08 Jun 2022 15:38:53 +0300 |
Oleksandr Gavenko |
Fixed typo.
|
changeset |
files
|
Wed, 08 Jun 2022 00:39:34 +0300 |
Oleksandr Gavenko |
myvbox-stop-all: added support for spaces in the response from "vboxmanage list runningvms".
|
changeset |
files
|
Tue, 07 Jun 2022 13:41:05 +0300 |
Oleksandr Gavenko |
Added utility function for halting all VBox VMs.
|
changeset |
files
|
Tue, 28 Sep 2021 12:45:16 +0300 |
Oleksandr Gavenko |
Removed dangerous git alias.
|
changeset |
files
|
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
|