@jswork/ushell-module-base 1.0.47 → 1.0.49

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 (2) hide show
  1. package/modules/cd.sh +4 -1
  2. package/package.json +1 -1
package/modules/cd.sh CHANGED
@@ -18,6 +18,9 @@ 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";
24
+
25
+ # crontab tasks
26
+ alias cns="cd ~/aric-server/crontab-tasks";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.47",
3
+ "version": "1.0.49",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {