mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-18 16:26:50 +00:00
fix vars in func.zsh
This commit is contained in:
parent
847e35c5b8
commit
92afe8c829
1 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,6 @@
|
||||||
# Turn control+z into a toggle switch
|
# Turn control+z into a toggle switch
|
||||||
|
source env.zsh
|
||||||
|
|
||||||
ctrlz() {
|
ctrlz() {
|
||||||
if [[ $#BUFFER == 0 ]]; then
|
if [[ $#BUFFER == 0 ]]; then
|
||||||
fg >/dev/null 2>&1 && zle redisplay
|
fg >/dev/null 2>&1 && zle redisplay
|
||||||
|
|
Loading…
Add table
Reference in a new issue