mirror of
https://github.com/notwa/rc
synced 2025-02-05 07:43:22 -08:00
fix desire
so it actually uses its argument
This commit is contained in:
parent
1b2ab9a0ac
commit
0772cdef9e
1 changed files with 1 additions and 1 deletions
2
update
2
update
|
@ -114,7 +114,7 @@ END {for (k in a) print k}'
|
||||||
do_clean() { rm -r _new; }
|
do_clean() { rm -r _new; }
|
||||||
|
|
||||||
desire() {
|
desire() {
|
||||||
case "$f" in
|
case "$1" in
|
||||||
(*.bak) false;;
|
(*.bak) false;;
|
||||||
(*/.git/*) false;;
|
(*/.git/*) false;;
|
||||||
(vim/.netrwhist/*) false;;
|
(vim/.netrwhist/*) false;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue