@jswork/ushell-module-base 1.0.41 → 1.0.42

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/modules/shorty.sh CHANGED
@@ -10,7 +10,7 @@ alias s="npm run start";
10
10
  # `y` in ushell-module-yarn
11
11
 
12
12
  # list
13
- alias l='ls -al';
13
+ alias l='ls -lhtr';
14
14
 
15
15
  # open/exit
16
16
  alias o="open .";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {