@jswork/ushell-module-base 1.0.32 → 1.0.34

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/index.sh +1 -3
  2. package/package.json +1 -1
package/index.sh CHANGED
@@ -9,6 +9,7 @@ BASE_NAME=$(basename `pwd`)
9
9
  PS1="\[[\e[1;32m\]\u\[\e[m\]\[\e[1;36m\]@\[\e[m\]\[\e[1;35m\]\h\[\e[m\]:\w]\n\$ ";
10
10
 
11
11
  ## base:
12
+ source $ROOT_PATH/modules/_mkp.sh;
12
13
  source $ROOT_PATH/modules/cd.sh;
13
14
  source $ROOT_PATH/modules/grep.sh;
14
15
  source $ROOT_PATH/modules/ip.sh;
@@ -28,7 +29,4 @@ alias sz='du -hs *';
28
29
  alias szz='du -hks';
29
30
  alias count='ls | wc -l';
30
31
 
31
- # mkdir and change to
32
- alias mkp="$ROOT_PATH/modules/_mkp.sh";
33
-
34
32
  unset ROOT_PATH;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.32",
3
+ "version": "1.0.34",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {