mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-02 03:49:48 +08:00
Fix: x-cmd unavailable/Resolve x-cmd failure
This commit is contained in:
parent
1c2479a563
commit
697b9a9930
@ -31,6 +31,3 @@ m ss # Info about systemsetup
|
||||
m app # List application status
|
||||
m proxy enable 8090 # Set
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
@ -6,6 +6,7 @@ x(){(
|
||||
|
||||
if [ -e "$HOME/.x-cmd.root/X" ]; then
|
||||
. "$HOME/.x-cmd.root/X"
|
||||
___x_cmd "$@"
|
||||
return $?
|
||||
fi
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user