@jswork/ushell-module-base 1.0.68 → 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.
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'
@@ -1,3 +1,7 @@
1
1
  #!/usr/bin/env bash
2
2
 
3
- alias dal="direnv allow"
3
+ # add direnv hook to bashrc
4
+ eval "$(direnv hook bash)"
5
+
6
+ alias dal="direnv allow"
7
+ alias de="direnv"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.68",
3
+ "version": "1.0.70",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {