@jswork/ushell-module-base 1.0.12 → 1.0.13

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
@@ -22,5 +22,6 @@ alias bakup='cd ~/github/macos-backup/ && gg "feat(daily): automatic backup mac
22
22
  alias cwd="pwd | tr -d '\n' | pbcopy";
23
23
  alias cls='clear';
24
24
  alias size='du -hs *';
25
+ alias count='ls | wc -l';
25
26
 
26
27
  unset ROOT_PATH;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {