Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bikalbasnet/c24a5cd547a9907cbbfd78d98aed026d to your computer and use it in GitHub Desktop.
Save bikalbasnet/c24a5cd547a9907cbbfd78d98aed026d to your computer and use it in GitHub Desktop.
Helpful Alias for zshrc
alias vscode:update="wget https://vscode-update.azurewebsites.net/latest/linux-deb-x64/stable -O /tmp/code_latest_amd64.deb && sudo dpkg -i /tmp/code_latest_amd64.deb"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment