dtonon on Nostr: As #[0] suggests, do it all again: #> echo "alias regossip='cd ~/nostr/gossip && git ...
As mikedilger (npub1acg…p35c) suggests, do it all again:
#> echo "alias regossip='cd ~/nostr/gossip && git pull && RUSTFLAGS=\"-C target-cpu=native --cfg tokio_unstable\" cargo build --release && strip ./target/release/gossip && ./target/release/gossip'" >> ~/.zshrc
#> regossip
#> echo "alias regossip='cd ~/nostr/gossip && git pull && RUSTFLAGS=\"-C target-cpu=native --cfg tokio_unstable\" cargo build --release && strip ./target/release/gossip && ./target/release/gossip'" >> ~/.zshrc
#> regossip