dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 420bc8e7067cac2382510baa1206418d686499ff
parent ab8f4394b287bfe318200d563090c852da50446f
Author: hhvn <dev@hhvn.uk>
Date:   Tue,  4 Jan 2022 17:53:10 +0000

.rcrc: add $* to wtf function

Diffstat:
M.rcrc | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.rcrc b/.rcrc @@ -160,9 +160,9 @@ fn camerasync { } fn wtf { if (flag i) { - builtin wtf -o + builtin wtf -o $* } else { - builtin wtf + builtin wtf $* } } fn w3m {