mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 16:53:00 +00:00
Add wsl windows interop for fish
This commit is contained in:
parent
c3fa0c4b5c
commit
7e33622f63
1 changed files with 11 additions and 0 deletions
11
tools/fish/conf.d/winterop.fish
Normal file
11
tools/fish/conf.d/winterop.fish
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
if command -v wslpath > /dev/null
|
||||
function cdw
|
||||
cd (wslpath -u $argv)
|
||||
end
|
||||
function zw
|
||||
z (wslpath -u $argv)
|
||||
end
|
||||
alias psw="tasklist.exe"
|
||||
alias killw="taskkill.exe"
|
||||
alias winget="winget.exe"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue