Add an abbreviation for C
to copy to the
...clipboard using `xclip` This also works in WSL.
This commit is contained in:
parent
74c6c2f8dc
commit
5dac3f312d
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue