Migrate from .stow-rename to --dotfiles
This commit is contained in:
parent
88a40da33c
commit
57037f5cc4
44 changed files with 0 additions and 2 deletions
7
dot-config/zsh/functions/fancy-ctrl-z
Normal file
7
dot-config/zsh/functions/fancy-ctrl-z
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#! zsh
|
||||
if [[ -z $BUFFER && -n $jobstates ]]; then
|
||||
BUFFER=" fg"
|
||||
zle accept-line
|
||||
else
|
||||
zle self-insert '^Z'
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue