From 4a230d9771ac85abc25718cdf5910a4a7e6a049b Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Mon, 4 Sep 2023 11:53:39 -0400 Subject: [PATCH] ADD clip image alias --- dot_config/zsh/dot_zshrc.tmpl | 3 +++ 1 file changed, 3 insertions(+) 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)"