@jswork/ushell-module-base 1.0.40 → 1.0.42
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 +2 -2
- package/modules/shorty.sh +1 -1
- package/package.json +1 -1
package/modules/cd.sh
CHANGED
|
@@ -10,8 +10,8 @@ alias notes="cd ~/aric-notes";
|
|
|
10
10
|
alias server="cd ~/aric-server";
|
|
11
11
|
alias lwb="cd ~/aric-lwb";
|
|
12
12
|
alias jsw="cd ~/aric-jswork";
|
|
13
|
-
alias
|
|
14
|
-
alias
|
|
13
|
+
alias sp="cd ~/aric-spider";
|
|
14
|
+
alias bus="cd ~/aric-business";
|
|
15
15
|
alias pypi="cd ~/aric-pypi";
|
|
16
16
|
alias tpls="cd ~/aric-tpls";
|
|
17
17
|
alias dkr="cd ~/aric-docker";
|
package/modules/shorty.sh
CHANGED