dev-tunnels icon indicating copy to clipboard operation
dev-tunnels copied to clipboard

Installing in Codespaces (Ubuntu/Bash) adds to Zsh profile

Open rido-min opened this issue 11 months ago • 0 comments
trafficstars

I'm in GitHub Codespaces (Ubuntu and bash) and using fnm to manage node versions

Installed with curl -sL https://aka.ms/DevTunnelCliInstall | bash

I got the output

To get started, run:
    source ~/.zshrc
    devtunnel -h

when the PATH should be updated in my ./bashrc instead of .zshrc

rido-min avatar Dec 06 '24 00:12 rido-min