[Fabric] WSL How to use pbpaste for windows.
PathTank PathTank
14 subscribers
24 views
0

 Published On Jun 24, 2024

Step 1. nano ~/.bashrc
Step 2. Place these lines in the bash file. Somewhere towards the bottom is what I did.

alias pbcopy='clip.exe'
alias pbpaste='powershell.exe Get-Clipboard'

Step 3. Reload the shell
source ~/.bashrc

Hope you all enjoyed.

show more

Share/Embed