fix
This commit is contained in:
parent
75d6291946
commit
c74953bee3
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\$(pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe"
|
||||
alias wpwd "echo \"\\\\\wsl.localhost\\Arch\$(command pwd | tr / \\\\ 2> /dev/null)\" | tee /dev/tty | clip.exe"
|
||||
|
|
Loading…
Reference in a new issue