Last active
November 8, 2017 01:43
-
-
Save vazexqi/943a5ae253a73ff97e328fded95e7e24 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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