You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replay is mostly Fish and some Awk, but I'm planning a rewrite to remove Awk soon (Rewrite for Fish 3.0 #12).
$ time fish -c "replay export foo=1" 0.01 real 0.01 user 0.00 sys
$ time fish -c "bass export foo=1" 0.14 real 0.05 user 0.07 sys
$ time fish -c 'replay "source ~/.nvm/nvm.sh --no-use; nvm use v11.10.0"'Now using node v11.10.0 (npm v6.7.0) 0.70 real 0.52 user 0.18 sys
$ time fish -c 'bass "source ~/.nvm/nvm.sh --no-use; nvm use v11.10.0"'Now using node v11.10.0 (npm v6.7.0) 0.83 real 0.58 user 0.26 sys
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: