mirror of
https://github.com/He4eT/dotfiles.git
synced 2026-05-04 23:47:23 +00:00
zsh: add f2c alias
This commit is contained in:
parent
bd4199ee93
commit
76ffd1dc42
1 changed files with 4 additions and 1 deletions
|
|
@ -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 <'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue