aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/wsl
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-10-12 11:44:48 -0500
committerToby Vincent <tobyv13@gmail.com>2022-10-12 11:44:48 -0500
commit23cb0baffbcf5414f0ab7d2b84811404f50c82da (patch)
treeaf4d767c32076f8702ecafa2faa8b9aa59f9e6d1 /wsl
parent7e29a8ae368bf7d518e32eb423b468c97a77aa59 (diff)
feat(wsl): add alias for temp disabling usbip
Diffstat (limited to 'wsl')
-rw-r--r--wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh b/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
index 23bb567..4c654ab 100644
--- a/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
+++ b/wsl/.local/share/zsh-wsl/zsh-wsl.plugin.zsh
@@ -35,6 +35,7 @@ wsl_path() {
alias alacritty="$(wsl_path "alacritty")"
alias pwsh="$(wsl_path "pwsh")"
+alias ykhold='sudo systemctl stop usbip@wsl.service && echo "Press any key..." && read && sudo systemctl start usbip@wsl.service'
wsl_cmd_proxy() {
exe="$1"