@jswork/ushell-module-base 1.0.17 → 1.0.18

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 +10 -0
  2. package/package.json +1 -1
package/modules/cd.sh CHANGED
@@ -3,3 +3,13 @@
3
3
  alias ..='cd ..';
4
4
  alias ...='cd ../..';
5
5
  alias c-='cd -';
6
+
7
+
8
+ # base dir
9
+ alias notes="cd ~/aric-notes";
10
+ alias server="cd ~/aric-server";
11
+ alias lwb="cd ~/aric-lwb";
12
+ alias spider="cd ~/aric-spider";
13
+ alias business="cd ~/aric-business";
14
+ alias gem="cd ~/aric-gem";
15
+ alias pypi="cd ~/aric-pypi";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {