changed directories and addet fzf to zsh
This commit is contained in:
parent
0acd581d40
commit
cb928bb0b4
428 changed files with 20659 additions and 15 deletions
15
.zsh/plugins/autopairs/tests/_support/bootstrap
Normal file
15
.zsh/plugins/autopairs/tests/_support/bootstrap
Normal file
|
@ -0,0 +1,15 @@
|
|||
#!/usr/bin/env zsh
|
||||
source autopair.zsh
|
||||
export KEYS=
|
||||
export LBUFFER=
|
||||
export RBUFFER=
|
||||
|
||||
assert_true() {
|
||||
run $@
|
||||
assert $state equals 0
|
||||
}
|
||||
|
||||
assert_false() {
|
||||
run $@
|
||||
assert $state equals 1
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue