diff --git a/dot_config/zsh/dot_zshrc.tmpl b/dot_config/zsh/dot_zshrc.tmpl index 6359f41..cc6da81 100644 --- a/dot_config/zsh/dot_zshrc.tmpl +++ b/dot_config/zsh/dot_zshrc.tmpl @@ -346,6 +346,9 @@ alias_if chezmoi \ czu="chezmoi update" \ czc="chezmoi cd" +alias_if xclip \ + xclip-img="xclip -selection clipboard -t image/png -i" + # squeue -> proxy for "slurm" alias_if squeue \ squ="squeue -u $(id -u)"