Add an abbreviation for C to copy to the

...clipboard using `xclip`

This also works in WSL.
This commit is contained in:
Oliver Davies 2024-08-19 21:41:42 +01:00
parent 74c6c2f8dc
commit 5dac3f312d

View file

@ -53,6 +53,7 @@ abbr rdci="run drush config:import -y"
abbr rduli="run drush uli"
abbr -g A1="| awk '{print $1}'"
abbr -g C="| xclip -sel clip"
abbr -g Fj="| jq ."
abbr -g Fy="| yq ."
abbr -g G="| grep"