Skip to content

Instantly share code, notes, and snippets.

@vazexqi
Last active November 8, 2017 01:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vazexqi/943a5ae253a73ff97e328fded95e7e24 to your computer and use it in GitHub Desktop.
Save vazexqi/943a5ae253a73ff97e328fded95e7e24 to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "alias quit='rm -rf ~/.sfdx'" >> ~/.bash_profile;
source ~/.bash_profile;
quit;
clear;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment