This commit is contained in:
Mylloon 2023-11-11 13:51:25 +01:00
parent 75d6291946
commit c74953bee3
Signed by: Anri
GPG key ID: A82D63DFF8D1317F

View file

@ -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"