From 76ffd1dc4266f55778e8759cab8cb563ad4d920b Mon Sep 17 00:00:00 2001 From: He4eT Date: Tue, 1 Jul 2025 17:13:29 +0200 Subject: [PATCH] zsh: add f2c alias --- root/.zshrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/root/.zshrc b/root/.zshrc index 5ce8223..d37d8e9 100644 --- a/root/.zshrc +++ b/root/.zshrc @@ -79,7 +79,7 @@ NMTUI_COLORS=' alias nmtui='NEWT_COLORS="$NMTUI_COLORS" nmtui' alias nmtui-connect='NEWT_COLORS="$NMTUI_COLORS" nmtui-connect' -## git +## Git alias cdg='cd $(git rev-parse --show-toplevel 2>/dev/null)' alias ga.='ga . && gst' @@ -112,8 +112,11 @@ alias last-terminal-screenshot='\ -c "set relativenumber" \ /tmp/urxvt-screen-content.txt ' + alias yank='\ xdotool keydown shift keydown Print ;\ xdotool keyup Print keyup shift ;\ last-terminal-screenshot ;\ ' + +alias f2c='xclip -selection clipboard <'