@jswork/ushell-module-base 1.0.62 → 1.0.63

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
@@ -16,7 +16,6 @@ source $ROOT_PATH/modules/crontab.sh
16
16
  source $ROOT_PATH/modules/grep.sh
17
17
  source $ROOT_PATH/modules/ip.sh
18
18
  source $ROOT_PATH/modules/kill.sh
19
- source $ROOT_PATH/modules/open.sh
20
19
  source $ROOT_PATH/modules/shorty.sh
21
20
  source $ROOT_PATH/modules/tail.sh
22
21
  source $ROOT_PATH/modules/yazi.sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jswork/ushell-module-base",
3
- "version": "1.0.62",
3
+ "version": "1.0.63",
4
4
  "description": "Unix like shell base module.",
5
5
  "main": "index.sh",
6
6
  "repository": {
package/modules/open.sh DELETED
@@ -1,6 +0,0 @@
1
- #!/usr/bin/env bash
2
-
3
- alias op='open $(guc -u)'
4
- alias opm='open $(guc -m)'
5
- alias opp='open $(guc -p)'
6
- alias opa='open $(guc -a)'