diff --git a/root/.zshrc b/root/.zshrc index 40ed248..7ce8ca4 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -61,4 +61,9 @@ alias summonable='docker exec -it ollama ollama list' ## Copy from terminal # See .XResources -alias ccc='vim -c "norm G" /tmp/urxvt-screen-content.txt' +alias last-terminal-screenshot='vim -c "norm G" /tmp/urxvt-screen-content.txt' +alias yank='\ + xdotool keydown shift keydown Print ;\ + xdotool keyup Print keyup shift ;\ + last-terminal-screenshot ;\ +'