Skip to content

Instantly share code, notes, and snippets.

@Inndy
Created July 18, 2019 18:13
Show Gist options
  • Save Inndy/6a11b41d379dbb90a74d4b054cf85d73 to your computer and use it in GitHub Desktop.
Save Inndy/6a11b41d379dbb90a74d4b054cf85d73 to your computer and use it in GitHub Desktop.
Access system clipboard within WSL
# put these lines into your ~/.bashrc
alias paste="powershell.exe -Command Get-Clipboard"
alias copy="powershell.exe -Command 'Set-Clipboard([Console]::In.ReadToEnd())'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment