@jswork/ushell-module-base 1.0.61 → 1.0.62

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