@gkalpak/aliases 0.13.5 → 0.13.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  /* eslint-disable max-len */
4
4
  console.log(stripIndentation(`
5
- ### [Generated by: @gkalpak/aliases v0.13.5]
5
+ ### [Generated by: @gkalpak/aliases v0.13.6]
6
6
  ### Copy the following into '~/.bashrc':
7
7
 
8
8
  # Set up prompt.
@@ -2,7 +2,7 @@
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  /* eslint-disable max-len */
4
4
  console.log(stripIndentation(`
5
- ### [Generated by: @gkalpak/aliases v0.13.5]
5
+ ### [Generated by: @gkalpak/aliases v0.13.6]
6
6
  ### Copy the following into '~/.bashrc':
7
7
 
8
8
  # Set up prompt.
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  console.log(stripIndentation(`
4
- ### [Generated by: @gkalpak/aliases v0.13.5]
4
+ ### [Generated by: @gkalpak/aliases v0.13.6]
5
5
  ### Run the following commands:
6
6
 
7
7
  git config --global commit.gpgSign "true"
@@ -20,8 +20,8 @@ console.log(stripIndentation(`
20
20
  git config --global mergetool.kdiff3.path "/path/to/kdiff3"
21
21
  git config --global mergetool.kdiff3.trustExitCode "false"
22
22
  git config --global push.default "upstream"
23
- git config --global rebase.autosquash "true"
24
- git config --global rebase.autostash "true"
23
+ git config --global rebase.autoSquash "true"
24
+ git config --global rebase.autoStash "true"
25
25
  git config --global rerere.autoUpdate "true"
26
26
  git config --global rerere.enabled "true"
27
27
  git config --global tag.gpgSign "true"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  console.log(stripIndentation(`
4
- ### [Generated by: @gkalpak/aliases v0.13.5]
4
+ ### [Generated by: @gkalpak/aliases v0.13.6]
5
5
  ### Run the following commands:
6
6
 
7
7
  git config --global commit.gpgSign "true"
@@ -20,8 +20,8 @@ console.log(stripIndentation(`
20
20
  git config --global mergetool.kdiff3.path "C:/Program Files/KDiff3/bin/kdiff3.exe"
21
21
  git config --global mergetool.kdiff3.trustExitCode "false"
22
22
  git config --global push.default "upstream"
23
- git config --global rebase.autosquash "true"
24
- git config --global rebase.autostash "true"
23
+ git config --global rebase.autoSquash "true"
24
+ git config --global rebase.autoStash "true"
25
25
  git config --global rerere.autoUpdate "true"
26
26
  git config --global rerere.enabled "true"
27
27
  git config --global tag.gpgSign "true"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  console.log(stripIndentation(`
4
- ### [Generated by: @gkalpak/aliases v0.13.5]
4
+ ### [Generated by: @gkalpak/aliases v0.13.6]
5
5
  ### Run the following commands:
6
6
 
7
7
  git config --global commit.gpgSign "true"
@@ -20,8 +20,8 @@ console.log(stripIndentation(`
20
20
  git config --global mergetool.kdiff3.path "/mnt/c/Program Files/KDiff3/bin/kdiff3.exe"
21
21
  git config --global mergetool.kdiff3.trustExitCode "false"
22
22
  git config --global push.default "upstream"
23
- git config --global rebase.autosquash "true"
24
- git config --global rebase.autostash "true"
23
+ git config --global rebase.autoSquash "true"
24
+ git config --global rebase.autoStash "true"
25
25
  git config --global rerere.autoUpdate "true"
26
26
  git config --global rerere.enabled "true"
27
27
  git config --global tag.gpgSign "true"
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  console.log(stripIndentation(`
4
- ### [Generated by: @gkalpak/aliases v0.13.5]
4
+ ### [Generated by: @gkalpak/aliases v0.13.6]
5
5
  ### Copy the following into '~/.gnupg/gpg-agent.conf':
6
6
 
7
7
  default-cache-ttl 86400
@@ -1,21 +1,21 @@
1
1
  #!/usr/bin/env node
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  console.log(stripIndentation(`
4
- ### [Generated by: @gkalpak/aliases v0.13.5]
4
+ ### [Generated by: @gkalpak/aliases v0.13.6]
5
5
  ### Copy the following into '~/.ssh/config':
6
6
 
7
- IdentityFile ~/.ssh/id-rsa-gkalpak.ppk
7
+ IdentityFile ~/.ssh/id-rsa-gkalpak.priv
8
8
  AddKeysToAgent yes
9
9
 
10
10
  Host nrg-masternode-1
11
11
  HostName 173.212.225.90
12
12
  Port 2210
13
13
  User nrgstaker
14
- IdentityFile ~/.ssh/id-rsa-gkalpak.ppk
14
+ IdentityFile ~/.ssh/id-rsa-gkalpak.priv
15
15
 
16
16
  Host nrg-masternode-2
17
17
  HostName 62.171.165.219
18
18
  Port 2210
19
19
  User nrgstaker
20
- IdentityFile ~/.ssh/id-rsa-gkalpak.ppk
20
+ IdentityFile ~/.ssh/id-rsa-gkalpak.priv
21
21
  `));
@@ -2,6 +2,6 @@
2
2
  import {readFileSync} from 'node:fs';
3
3
  import {fileURLToPath} from 'node:url';
4
4
  const __dirname = fileURLToPath(new URL('.', import.meta.url));
5
- console.log('""" [Generated by: @gkalpak/aliases v0.13.5]');
5
+ console.log('""" [Generated by: @gkalpak/aliases v0.13.6]');
6
6
  console.log('""" Copy the following into \'~/.vimrc\':\n');
7
7
  console.log(readFileSync(`${__dirname}/../../lib/assets/vimrc.txt`, 'utf8').trim() + '\n');
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {stripIndentation} from '../../lib/utils.js';
3
3
  console.log(stripIndentation(`
4
- ### [Generated by: @gkalpak/aliases v0.13.5]
4
+ ### [Generated by: @gkalpak/aliases v0.13.6]
5
5
  ### Copy the following into a root-owned, 600-mode '/etc/resolv.conf' file:
6
6
 
7
7
  # Cloudflare
@@ -14,7 +14,7 @@ console.log(stripIndentation(`
14
14
 
15
15
  -----
16
16
 
17
- ### [Generated by: @gkalpak/aliases v0.13.5]
17
+ ### [Generated by: @gkalpak/aliases v0.13.6]
18
18
  ### Copy the following into a root-owned, 600-mode '/etc/wsl.conf' file:
19
19
 
20
20
  [network]
package/bin/misc/alv.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- console.log('@gkalpak/aliases v0.13.5');
2
+ console.log('@gkalpak/aliases v0.13.6');
package/lib/constants.js CHANGED
@@ -119,8 +119,8 @@ const CFGGIT_SPEC = (credHelper, kdiff3Path) => new AliasSpec(
119
119
  git config --global mergetool.kdiff3.path "${kdiff3Path}"
120
120
  git config --global mergetool.kdiff3.trustExitCode "false"
121
121
  git config --global push.default "upstream"
122
- git config --global rebase.autosquash "true"
123
- git config --global rebase.autostash "true"
122
+ git config --global rebase.autoSquash "true"
123
+ git config --global rebase.autoStash "true"
124
124
  git config --global rerere.autoUpdate "true"
125
125
  git config --global rerere.enabled "true"
126
126
  git config --global tag.gpgSign "true"
@@ -564,7 +564,7 @@ const ALIASES = {
564
564
 
565
565
 
566
566
  // SSH
567
- cfgssh: new Alias(CFGSSH_SPEC('~/.ssh/id-rsa-gkalpak.ppk')),
567
+ cfgssh: new Alias(CFGSSH_SPEC('~/.ssh/id-rsa-gkalpak.priv')),
568
568
 
569
569
 
570
570
  // VIM
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gkalpak/aliases",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "description": "My global aliases.",
5
5
  "keywords": [
6
6
  "Utility"