@jswork/ushell-module-base 1.0.69 → 1.0.70

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 +2 -1
  2. package/package.json +1 -1
package/index.sh CHANGED
@@ -36,7 +36,8 @@ alias sz='du -hs *'
36
36
  alias szz='du -hks'
37
37
  alias szm="ps aux --sort=-%mem | head"
38
38
  alias count='ls | wc -l'
39
- alias ubin='cd /usr/local/bin'
39
+ alias ubin='cd /usr/local/bin';
40
+ alias ju='just';
40
41
 
41
42
  # brew install expect
42
43
  alias mkpw='mkpasswd'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.69",
3
+ "version": "1.0.70",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {