zsh: add f2c alias

This commit is contained in:
He4eT 2025-07-01 17:13:29 +02:00
commit 76ffd1dc42

View file

@ -79,7 +79,7 @@ NMTUI_COLORS='
alias nmtui='NEWT_COLORS="$NMTUI_COLORS" nmtui' alias nmtui='NEWT_COLORS="$NMTUI_COLORS" nmtui'
alias nmtui-connect='NEWT_COLORS="$NMTUI_COLORS" nmtui-connect' alias nmtui-connect='NEWT_COLORS="$NMTUI_COLORS" nmtui-connect'
## git ## Git
alias cdg='cd $(git rev-parse --show-toplevel 2>/dev/null)' alias cdg='cd $(git rev-parse --show-toplevel 2>/dev/null)'
alias ga.='ga . && gst' alias ga.='ga . && gst'
@ -112,8 +112,11 @@ alias last-terminal-screenshot='\
-c "set relativenumber" \ -c "set relativenumber" \
/tmp/urxvt-screen-content.txt /tmp/urxvt-screen-content.txt
' '
alias yank='\ alias yank='\
xdotool keydown shift keydown Print ;\ xdotool keydown shift keydown Print ;\
xdotool keyup Print keyup shift ;\ xdotool keyup Print keyup shift ;\
last-terminal-screenshot ;\ last-terminal-screenshot ;\
' '
alias f2c='xclip -selection clipboard <'