@jswork/ushell-module-base 1.0.38 → 1.0.40

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,3 +18,4 @@ alias dkr="cd ~/aric-docker";
18
18
  alias a7="cd ~/alo7i";
19
19
  alias saybot="cd ~/saybot";
20
20
  alias down="cd ~/Downloads";
21
+ alias dot="cd ~/.dotfiles";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.38",
3
+ "version": "1.0.40",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {
package/initialize.sh DELETED
@@ -1,14 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- ROOT_PATH=$(dirname $BASH_SOURCE);
4
- source $ROOT_PATH/function.sh;
5
-
6
-
7
- npm i -g del-cli
8
- npm i -g ntl
9
- npm i -g yo
10
- npm i -g release-it
11
- npm i -g @feizheng/git-url-cli
12
-
13
-
14
- unset ROOT_PATH;