Installed Oh-My-Zsh, slight polybar change (brightness)
This commit is contained in:
12
.oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh
Normal file
12
.oh-my-zsh/plugins/fancy-ctrl-z/fancy-ctrl-z.plugin.zsh
Normal file
@@ -0,0 +1,12 @@
|
||||
fancy-ctrl-z () {
|
||||
if [[ $#BUFFER -eq 0 ]]; then
|
||||
BUFFER="fg"
|
||||
zle accept-line
|
||||
else
|
||||
zle push-input
|
||||
zle clear-screen
|
||||
fi
|
||||
}
|
||||
zle -N fancy-ctrl-z
|
||||
bindkey '^Z' fancy-ctrl-z
|
||||
|
Reference in New Issue
Block a user