1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-22 12:51:31 +03:00

fixup wt-record on darwin

This commit is contained in:
Wez Furlong 2021-03-20 20:14:17 -07:00
parent 8015791dd0
commit 1e6754b65d

View File

@ -7,7 +7,7 @@ PATH=$PWD/target/release:$PATH
case $OSTYPE in
darwin*)
wezterm start -- script -r $NOW.typescript
wezterm start -- script -r $PWD/$NOW.typescript
tar -cz -f $NOW.tgz $NOW.typescript
;;