@sebastienrousseau/dotfiles 0.2.452 → 0.2.453

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.
Files changed (97) hide show
  1. package/COPYRIGHT +1 -1
  2. package/Makefile +1 -1
  3. package/README.md +111 -48
  4. package/bin/dotfiles.sh +13 -6
  5. package/package.json +2 -2
  6. package/pnpm-lock.yaml +140 -86
  7. package/shell/aliases/default/default.aliases.sh +1 -1
  8. package/shell/aliases/gcloud/gcloud.aliases.sh +1 -1
  9. package/shell/aliases/git/git.aliases.wip +1 -1
  10. package/shell/aliases/heroku/heroku.aliases.sh +1 -1
  11. package/shell/aliases/jekyll/jekyll.aliases.sh +1 -1
  12. package/shell/aliases/pnpm/pnpm.aliases.sh +1 -1
  13. package/shell/aliases/subversion/subversion.aliases.sh +1 -1
  14. package/shell/aliases/tmux/tmux.aliases.sh +1 -1
  15. package/shell/aliases.sh +1 -1
  16. package/shell/configurations/bash/bashrc +2 -2
  17. package/shell/configurations/curl/curlrc +1 -1
  18. package/shell/configurations/default/color.sh +1 -1
  19. package/shell/configurations/default/editor.sh +1 -1
  20. package/shell/configurations/default/prompt.sh +6 -6
  21. package/shell/configurations/inputrc/inputrc +2 -2
  22. package/shell/configurations/profile/profile +1 -1
  23. package/shell/configurations/tmux/tmux +2 -2
  24. package/shell/configurations/vim/vimrc +1 -1
  25. package/shell/configurations/wget/wgetrc +1 -1
  26. package/shell/configurations/zsh/zshrc +12 -2
  27. package/shell/configurations.sh +1 -1
  28. package/shell/exit.sh +1 -1
  29. package/shell/functions/cdls.sh +1 -1
  30. package/shell/functions/{changediskpwd.sh → changediskpwd.wip} +1 -1
  31. package/shell/functions/{code.sh → code.wip} +1 -1
  32. package/shell/functions/{countdown.sh → countdown.wip} +1 -1
  33. package/shell/functions/curlheader.sh +1 -1
  34. package/shell/functions/curltime.sh +1 -1
  35. package/shell/functions/encode64.sh +1 -1
  36. package/shell/functions/environment.sh +8 -8
  37. package/shell/functions/extract.sh +2 -2
  38. package/shell/functions/genpwd.sh +1 -1
  39. package/shell/functions/goto.sh +2 -2
  40. package/shell/functions/{headers.sh → headers.wip} +0 -0
  41. package/shell/functions/hidehiddenfiles.sh +1 -1
  42. package/shell/functions/{history-all.sh → history-all.wip} +1 -1
  43. package/shell/functions/hostinfo.sh +1 -1
  44. package/shell/functions/hstats.sh +1 -1
  45. package/shell/functions/httpdebug.sh +1 -1
  46. package/shell/functions/keygen.sh +4 -4
  47. package/shell/functions/last.sh +1 -1
  48. package/shell/functions/logout.sh +1 -1
  49. package/shell/functions/lowercase.sh +1 -1
  50. package/shell/functions/macos.sh +1 -1
  51. package/shell/functions/matrix.sh +1 -1
  52. package/shell/functions/mcd.sh +1 -1
  53. package/shell/functions/mount_read_only.sh +1 -1
  54. package/shell/functions/myproc.sh +2 -2
  55. package/shell/functions/prependpath.sh +1 -1
  56. package/shell/functions/print.wip +13 -0
  57. package/shell/functions/ql.sh +1 -1
  58. package/shell/functions/rd.sh +1 -1
  59. package/shell/functions/remove_disk.sh +1 -1
  60. package/shell/functions/ren.sh +2 -2
  61. package/shell/functions/{rm.sh → rm.wip} +1 -1
  62. package/shell/functions/{rps.sh → rps.wip} +1 -1
  63. package/shell/functions/showhiddenfiles.sh +1 -1
  64. package/shell/functions/size.sh +1 -1
  65. package/shell/functions/stopwatch.sh +1 -1
  66. package/shell/functions/{trash.sh → trash.wip} +1 -1
  67. package/shell/functions/{tree.sh → tree.wip} +1 -1
  68. package/shell/functions/uppercase.sh +2 -2
  69. package/shell/functions/uuidgen.wip +27 -0
  70. package/shell/functions/view-source.sh +1 -1
  71. package/shell/functions/vscode.sh +1 -1
  72. package/shell/functions/whoisport.sh +1 -1
  73. package/shell/functions/zipf.sh +1 -1
  74. package/shell/functions.sh +1 -1
  75. package/shell/history.sh +3 -6
  76. package/shell/paths/ant/ant.paths.sh +1 -1
  77. package/shell/paths/default/default.paths.sh +1 -1
  78. package/shell/paths/homebrew/homebrew.paths.sh +4 -1
  79. package/shell/paths/java/java.paths.sh +1 -1
  80. package/shell/paths/maven/maven.paths.sh +3 -2
  81. package/shell/paths/node/node.paths.sh +2 -2
  82. package/shell/paths/nvm/nvm.paths.sh +1 -1
  83. package/shell/paths/pnpm/pnpm.paths.sh +2 -2
  84. package/shell/paths/python/python.paths.sh +19 -0
  85. package/shell/paths/ruby/ruby.paths.sh +1 -1
  86. package/shell/paths/tmux/tmux.paths.sh +2 -3
  87. package/shell/paths.sh +1 -1
  88. package/shell/aliases/README.md +0 -327
  89. package/shell/aliases/gcloud/README.md +0 -117
  90. package/shell/aliases/git/README.md +0 -279
  91. package/shell/aliases/heroku/README.md +0 -457
  92. package/shell/aliases/jekyll/README.md +0 -32
  93. package/shell/aliases/pnpm/README.md +0 -3
  94. package/shell/aliases/subversion/README.md +0 -54
  95. package/shell/aliases/tmux/README.md +0 -0
  96. package/shell/functions/print.sh +0 -13
  97. package/shell/functions/uuidgen.sh +0 -27
package/pnpm-lock.yaml CHANGED
@@ -5,174 +5,228 @@ importers:
5
5
  .:
6
6
  specifiers:
7
7
  filesizes: ^0.1.2
8
- pnpm: ^7.13.0
8
+ pnpm: ^7.13.1
9
9
  rimraf: ^3.0.2
10
10
  devDependencies:
11
- filesizes: 0.1.2
12
- pnpm: 7.13.0
13
- rimraf: 3.0.2
11
+ filesizes: registry.npmjs.org/filesizes/0.1.2
12
+ pnpm: registry.npmjs.org/pnpm/7.13.1
13
+ rimraf: registry.npmjs.org/rimraf/3.0.2
14
14
 
15
15
  packages:
16
16
 
17
- /ansi-styles/4.3.0:
18
- resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==}
17
+ registry.npmjs.org/ansi-styles/4.3.0:
18
+ resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz}
19
+ name: ansi-styles
20
+ version: 4.3.0
19
21
  engines: {node: '>=8'}
20
22
  dependencies:
21
- color-convert: 2.0.1
23
+ color-convert: registry.npmjs.org/color-convert/2.0.1
22
24
  dev: true
23
25
 
24
- /balanced-match/1.0.2:
25
- resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==}
26
+ registry.npmjs.org/balanced-match/1.0.2:
27
+ resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz}
28
+ name: balanced-match
29
+ version: 1.0.2
26
30
  dev: true
27
31
 
28
- /brace-expansion/1.1.11:
29
- resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==}
32
+ registry.npmjs.org/brace-expansion/1.1.11:
33
+ resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz}
34
+ name: brace-expansion
35
+ version: 1.1.11
30
36
  dependencies:
31
- balanced-match: 1.0.2
32
- concat-map: 0.0.1
37
+ balanced-match: registry.npmjs.org/balanced-match/1.0.2
38
+ concat-map: registry.npmjs.org/concat-map/0.0.1
33
39
  dev: true
34
40
 
35
- /chalk/3.0.0:
36
- resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==}
41
+ registry.npmjs.org/chalk/3.0.0:
42
+ resolution: {integrity: sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/chalk/-/chalk-3.0.0.tgz}
43
+ name: chalk
44
+ version: 3.0.0
37
45
  engines: {node: '>=8'}
38
46
  dependencies:
39
- ansi-styles: 4.3.0
40
- supports-color: 7.2.0
47
+ ansi-styles: registry.npmjs.org/ansi-styles/4.3.0
48
+ supports-color: registry.npmjs.org/supports-color/7.2.0
41
49
  dev: true
42
50
 
43
- /cli-table/0.3.11:
44
- resolution: {integrity: sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==}
51
+ registry.npmjs.org/cli-table/0.3.11:
52
+ resolution: {integrity: sha512-IqLQi4lO0nIB4tcdTpN4LCB9FI3uqrJZK7RC515EnhZ6qBaglkIgICb1wjeAqpdoOabm1+SuQtkXIPdYC93jhQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/cli-table/-/cli-table-0.3.11.tgz}
53
+ name: cli-table
54
+ version: 0.3.11
45
55
  engines: {node: '>= 0.2.0'}
46
56
  dependencies:
47
- colors: 1.0.3
57
+ colors: registry.npmjs.org/colors/1.0.3
48
58
  dev: true
49
59
 
50
- /color-convert/2.0.1:
51
- resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==}
60
+ registry.npmjs.org/color-convert/2.0.1:
61
+ resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz}
62
+ name: color-convert
63
+ version: 2.0.1
52
64
  engines: {node: '>=7.0.0'}
53
65
  dependencies:
54
- color-name: 1.1.4
66
+ color-name: registry.npmjs.org/color-name/1.1.4
55
67
  dev: true
56
68
 
57
- /color-name/1.1.4:
58
- resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==}
69
+ registry.npmjs.org/color-name/1.1.4:
70
+ resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz}
71
+ name: color-name
72
+ version: 1.1.4
59
73
  dev: true
60
74
 
61
- /colors/1.0.3:
62
- resolution: {integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==}
75
+ registry.npmjs.org/colors/1.0.3:
76
+ resolution: {integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/colors/-/colors-1.0.3.tgz}
77
+ name: colors
78
+ version: 1.0.3
63
79
  engines: {node: '>=0.1.90'}
64
80
  dev: true
65
81
 
66
- /commander/4.1.1:
67
- resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==}
82
+ registry.npmjs.org/commander/4.1.1:
83
+ resolution: {integrity: sha512-NOKm8xhkzAjzFx8B2v5OAHT+u5pRQc2UCa2Vq9jYL/31o2wi9mxBA7LIFs3sV5VSC49z6pEhfbMULvShKj26WA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/commander/-/commander-4.1.1.tgz}
84
+ name: commander
85
+ version: 4.1.1
68
86
  engines: {node: '>= 6'}
69
87
  dev: true
70
88
 
71
- /concat-map/0.0.1:
72
- resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==}
89
+ registry.npmjs.org/concat-map/0.0.1:
90
+ resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz}
91
+ name: concat-map
92
+ version: 0.0.1
73
93
  dev: true
74
94
 
75
- /duplexer/0.1.2:
76
- resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==}
95
+ registry.npmjs.org/duplexer/0.1.2:
96
+ resolution: {integrity: sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz}
97
+ name: duplexer
98
+ version: 0.1.2
77
99
  dev: true
78
100
 
79
- /filesizes/0.1.2:
80
- resolution: {integrity: sha512-B7S28jvoR/mSmccYwh6jkZYvsmuXqULibMkT9rU4hYZfjHTk7bw8Zmygss9UNX49YbJirzvGb2MSh/CbSWKzzQ==}
101
+ registry.npmjs.org/filesizes/0.1.2:
102
+ resolution: {integrity: sha512-B7S28jvoR/mSmccYwh6jkZYvsmuXqULibMkT9rU4hYZfjHTk7bw8Zmygss9UNX49YbJirzvGb2MSh/CbSWKzzQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/filesizes/-/filesizes-0.1.2.tgz}
103
+ name: filesizes
104
+ version: 0.1.2
81
105
  hasBin: true
82
106
  dependencies:
83
- chalk: 3.0.0
84
- cli-table: 0.3.11
85
- commander: 4.1.1
86
- gzip-size: 5.1.1
87
- pretty-bytes: 5.6.0
107
+ chalk: registry.npmjs.org/chalk/3.0.0
108
+ cli-table: registry.npmjs.org/cli-table/0.3.11
109
+ commander: registry.npmjs.org/commander/4.1.1
110
+ gzip-size: registry.npmjs.org/gzip-size/5.1.1
111
+ pretty-bytes: registry.npmjs.org/pretty-bytes/5.6.0
88
112
  dev: true
89
113
 
90
- /fs.realpath/1.0.0:
91
- resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==}
114
+ registry.npmjs.org/fs.realpath/1.0.0:
115
+ resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz}
116
+ name: fs.realpath
117
+ version: 1.0.0
92
118
  dev: true
93
119
 
94
- /glob/7.2.3:
95
- resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==}
120
+ registry.npmjs.org/glob/7.2.3:
121
+ resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/glob/-/glob-7.2.3.tgz}
122
+ name: glob
123
+ version: 7.2.3
96
124
  dependencies:
97
- fs.realpath: 1.0.0
98
- inflight: 1.0.6
99
- inherits: 2.0.4
100
- minimatch: 3.1.2
101
- once: 1.4.0
102
- path-is-absolute: 1.0.1
103
- dev: true
104
-
105
- /gzip-size/5.1.1:
106
- resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==}
125
+ fs.realpath: registry.npmjs.org/fs.realpath/1.0.0
126
+ inflight: registry.npmjs.org/inflight/1.0.6
127
+ inherits: registry.npmjs.org/inherits/2.0.4
128
+ minimatch: registry.npmjs.org/minimatch/3.1.2
129
+ once: registry.npmjs.org/once/1.4.0
130
+ path-is-absolute: registry.npmjs.org/path-is-absolute/1.0.1
131
+ dev: true
132
+
133
+ registry.npmjs.org/gzip-size/5.1.1:
134
+ resolution: {integrity: sha512-FNHi6mmoHvs1mxZAds4PpdCS6QG8B4C1krxJsMutgxl5t3+GlRTzzI3NEkifXx2pVsOvJdOGSmIgDhQ55FwdPA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/gzip-size/-/gzip-size-5.1.1.tgz}
135
+ name: gzip-size
136
+ version: 5.1.1
107
137
  engines: {node: '>=6'}
108
138
  dependencies:
109
- duplexer: 0.1.2
110
- pify: 4.0.1
139
+ duplexer: registry.npmjs.org/duplexer/0.1.2
140
+ pify: registry.npmjs.org/pify/4.0.1
111
141
  dev: true
112
142
 
113
- /has-flag/4.0.0:
114
- resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==}
143
+ registry.npmjs.org/has-flag/4.0.0:
144
+ resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz}
145
+ name: has-flag
146
+ version: 4.0.0
115
147
  engines: {node: '>=8'}
116
148
  dev: true
117
149
 
118
- /inflight/1.0.6:
119
- resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==}
150
+ registry.npmjs.org/inflight/1.0.6:
151
+ resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz}
152
+ name: inflight
153
+ version: 1.0.6
120
154
  dependencies:
121
- once: 1.4.0
122
- wrappy: 1.0.2
155
+ once: registry.npmjs.org/once/1.4.0
156
+ wrappy: registry.npmjs.org/wrappy/1.0.2
123
157
  dev: true
124
158
 
125
- /inherits/2.0.4:
126
- resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==}
159
+ registry.npmjs.org/inherits/2.0.4:
160
+ resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz}
161
+ name: inherits
162
+ version: 2.0.4
127
163
  dev: true
128
164
 
129
- /minimatch/3.1.2:
130
- resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==}
165
+ registry.npmjs.org/minimatch/3.1.2:
166
+ resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz}
167
+ name: minimatch
168
+ version: 3.1.2
131
169
  dependencies:
132
- brace-expansion: 1.1.11
170
+ brace-expansion: registry.npmjs.org/brace-expansion/1.1.11
133
171
  dev: true
134
172
 
135
- /once/1.4.0:
136
- resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==}
173
+ registry.npmjs.org/once/1.4.0:
174
+ resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/once/-/once-1.4.0.tgz}
175
+ name: once
176
+ version: 1.4.0
137
177
  dependencies:
138
- wrappy: 1.0.2
178
+ wrappy: registry.npmjs.org/wrappy/1.0.2
139
179
  dev: true
140
180
 
141
- /path-is-absolute/1.0.1:
142
- resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==}
181
+ registry.npmjs.org/path-is-absolute/1.0.1:
182
+ resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz}
183
+ name: path-is-absolute
184
+ version: 1.0.1
143
185
  engines: {node: '>=0.10.0'}
144
186
  dev: true
145
187
 
146
- /pify/4.0.1:
147
- resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==}
188
+ registry.npmjs.org/pify/4.0.1:
189
+ resolution: {integrity: sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/pify/-/pify-4.0.1.tgz}
190
+ name: pify
191
+ version: 4.0.1
148
192
  engines: {node: '>=6'}
149
193
  dev: true
150
194
 
151
- /pnpm/7.13.0:
152
- resolution: {integrity: sha512-n1oG3HAOIXuOpzQAMqaPTTKlP1lJBpj9p9EIom63WYiZmCl2GaTvrcDQ085MZRcb5buQxt5lYgfqXppkluB97A==}
195
+ registry.npmjs.org/pnpm/7.13.1:
196
+ resolution: {integrity: sha512-Nu1LzxlH3qdIFe0DJ5SciqBl9i7t/eW+c0zKf9g8TXRo20EhXy/e9YwCLY2fEwbIYL/3gZ4zuys010PRpsbHFQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/pnpm/-/pnpm-7.13.1.tgz}
197
+ name: pnpm
198
+ version: 7.13.1
153
199
  engines: {node: '>=14.6'}
154
200
  hasBin: true
155
201
  dev: true
156
202
 
157
- /pretty-bytes/5.6.0:
158
- resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==}
203
+ registry.npmjs.org/pretty-bytes/5.6.0:
204
+ resolution: {integrity: sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz}
205
+ name: pretty-bytes
206
+ version: 5.6.0
159
207
  engines: {node: '>=6'}
160
208
  dev: true
161
209
 
162
- /rimraf/3.0.2:
163
- resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==}
210
+ registry.npmjs.org/rimraf/3.0.2:
211
+ resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz}
212
+ name: rimraf
213
+ version: 3.0.2
164
214
  hasBin: true
165
215
  dependencies:
166
- glob: 7.2.3
216
+ glob: registry.npmjs.org/glob/7.2.3
167
217
  dev: true
168
218
 
169
- /supports-color/7.2.0:
170
- resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==}
219
+ registry.npmjs.org/supports-color/7.2.0:
220
+ resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz}
221
+ name: supports-color
222
+ version: 7.2.0
171
223
  engines: {node: '>=8'}
172
224
  dependencies:
173
- has-flag: 4.0.0
225
+ has-flag: registry.npmjs.org/has-flag/4.0.0
174
226
  dev: true
175
227
 
176
- /wrappy/1.0.2:
177
- resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
228
+ registry.npmjs.org/wrappy/1.0.2:
229
+ resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==, registry: https://npm.pkg.github.com/sebastienrousseau, tarball: https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz}
230
+ name: wrappy
231
+ version: 1.0.2
178
232
  dev: true
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
package/shell/aliases.sh CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -15,7 +15,7 @@ USER=$(whoami) # current user name.
15
15
 
16
16
  ## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
17
17
  export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
18
- export DOTFILES_VERSION='0.2.452' # version of the dotfiles.
18
+ export DOTFILES_VERSION='0.2.453' # version of the dotfiles.
19
19
  export DOTFILES="${HOME}"/.dotfiles/shell # path to the cross plaform dotfiles.
20
20
  export HOSTNAME=${HOSTNAME} # hostname of the machine.
21
21
  export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
2
2
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  # License: MIT
4
4
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -15,15 +15,15 @@ if [[ ${TERM} != *-256color ]] && [[ ${TERM} != alacritty* ]] && [[ ${TERM} != *
15
15
  fi
16
16
 
17
17
  if [[ -n "${BASH_VERSION}" ]]; then
18
- cyan='\[\033[1;36m\]'
19
- green='\[\033[1;32m\]'
20
- pink='\[\033[1;35m\]'
18
+ cyan='\[\033[1;96m\]'
19
+ green='\[\033[1;92m\]'
20
+ purple='\[\033[1;95m\]'
21
21
  reset='\[\033[0m\]'
22
22
 
23
23
  if [[ "${OSTYPE}" == "darwin"* ]]; then
24
- PS1="  $(uname)${pink} ❭${reset} ${green} \w ${reset} ${cyan}$ ${reset}"
24
+ PS1="  $(uname)${purple} ❭${reset} ${green} \w ${reset} ${cyan}$ ${reset}"
25
25
  else
26
- PS1=" 🐧 $(uname)${pink} ❭${reset} ${green} \w ${reset} ${cyan}$ ${reset}"
26
+ PS1=" 🐧 $(uname)${purple} ❭${reset} ${green} \w ${reset} ${cyan}$ ${reset}"
27
27
  fi
28
28
  export PS1
29
29
  elif [[ -n "${ZSH_VERSION}" ]]; then
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
2
2
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  # License: MIT
4
4
 
@@ -8,7 +8,7 @@ set colored-stats On # Color the completion stats
8
8
  set completion-ignore-case on # Ignore case when completing
9
9
  set completion-prefix-display-length 1 # Show the first character of the common prefix
10
10
  set completion-query-items 200 # Show all completions
11
- set expand-tilde On # Expand ~ to $HOME
11
+ set expand-tilde Off # Expand ~ to $HOME
12
12
  set horizontal-scroll-mode Off # Disable horizontal scrolling
13
13
  set mark-directories on # Mark directories with a slash
14
14
  set mark-modified-lines on # Mark modified lines with a *
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
2
2
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  # License: MIT
4
4
 
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
2
2
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  # License: MIT
4
4
 
@@ -68,7 +68,7 @@ set -g history-limit 102400 # increase h
68
68
  set -g message-style "bg=#14222A, fg=#D0D3D5" # Mirage blue and Iron grey
69
69
  set -g set-clipboard on # copy to system clipboard
70
70
  set -g status-left-length 400 # status left length
71
- set -g status-right "#[bg=#027bff] #(whoami)@#h #[bg=red] %Y-%m-%d %I:%M%p " # status right
71
+ set -g status-right "#[bg=#027bff] #(whoami)@#h #[bg=red] %_d %B %I:%M%p " # status right
72
72
  set -g status-right-length 600 # status right length
73
73
  set -g status-style "bg=#14222A, fg=#D0D3D5" # mirage blue and iron grey
74
74
  set -wg pane-active-border-style "fg=#14222A" # mirage blue
@@ -1,4 +1,4 @@
1
- " 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
1
+ " 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
2
2
  " Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  " License: MIT
4
4
 
@@ -1,4 +1,4 @@
1
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
1
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
2
2
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
3
3
  # License: MIT
4
4
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -15,7 +15,7 @@ USER=$(whoami) # current user name.
15
15
 
16
16
  ## 🅴🆇🅿🅾🆁🆃🆂 - Export the variables.
17
17
  export ARCHFLAGS="-arch ${OS_ARCH}" # archflags for the current machine.
18
- export DOTFILES_VERSION='0.2.452' # version of the dotfiles.
18
+ export DOTFILES_VERSION='0.2.453' # version of the dotfiles.
19
19
  export DOTFILES="${HOME}"/.dotfiles/shell # path to the cross plaform dotfiles.
20
20
  export HOSTNAME=${HOSTNAME} # hostname of the machine.
21
21
  export INPUTRC=${INPUTRC} # set INPUTRC (so that .inputrc is respected)
@@ -38,3 +38,13 @@ done
38
38
  # Remove duplicates in zsh $PATH
39
39
  # shellcheck disable=SC2034
40
40
  typeset -aU path
41
+
42
+ # Initialize the completion system
43
+ autoload -Uz compinit
44
+
45
+ # Enable colors in prompt
46
+ autoload -Uz colors && colors
47
+
48
+ # Starting to find autocorrect rather annoying...
49
+ unsetopt correct_all
50
+
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
package/shell/exit.sh CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5
 
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env bash
2
- # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.452) - https://dotfiles.io
2
+ # 🅳🅾🆃🅵🅸🅻🅴🆂 (v0.2.453) - https://dotfiles.io
3
3
  # Copyright (c) Sebastien Rousseau 2022. All rights reserved
4
4
  # License: MIT
5
5