@jswork/ushell-module-base 1.0.46 → 1.0.48

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.
package/modules/cd.sh CHANGED
@@ -18,6 +18,6 @@ alias tpls="cd ~/aric-tpls";
18
18
  alias dkr="cd ~/aric-docker";
19
19
  alias a7="cd ~/alo7i";
20
20
  alias saybot="cd ~/saybot";
21
- alias down="cd ~/Downloads";
21
+ alias dw="cd ~/Downloads";
22
22
  alias dot="cd ~/.dotfiles";
23
23
  alias fit="cd ~/aric-tpls/fittings";
package/modules/shorty.sh CHANGED
@@ -15,6 +15,7 @@ alias ll='ls -alh';
15
15
 
16
16
  # open/exit
17
17
  alias o="open .";
18
+ alias p="proxy";
18
19
  alias x="exit";
19
20
 
20
21
  # cd
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.46",
3
+ "version": "1.0.48",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {