@jswork/ushell-module-base 1.0.51 → 1.0.52

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
@@ -30,6 +30,7 @@ alias cwd="pwd | tr -d '\n' | pbcopy";
30
30
  alias cls='clear';
31
31
  alias sz='du -hs *';
32
32
  alias szz='du -hks';
33
+ alias szm="ps aux --sort=-%mem | head";
33
34
  alias count='ls | wc -l';
34
35
 
35
36
  # brew install expect
@@ -2,3 +2,5 @@
2
2
 
3
3
  alias cne="crontab -e";
4
4
  alias cnl="crontab -l";
5
+
6
+ export CRONTAB_TASKS="$HOME/aric-server/crontab-tasks";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.51",
3
+ "version": "1.0.52",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {