simplify wpwd
This commit is contained in:
parent
5f6eb6ff68
commit
15c29475d2
1 changed files with 1 additions and 1 deletions
|
@ -1,2 +1,2 @@
|
|||
alias pwd "pwd | tee /dev/tty | clip.exe"
|
||||
alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(command pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe"
|
||||
alias wpwd "wslpath -w . | tee /dev/tty | clip.exe"
|
||||
|
|
Loading…
Reference in a new issue