Skip to content

Instantly share code, notes, and snippets.

@PycKamil
Created May 7, 2018 12:46
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 PycKamil/a14f742a905b78de26964f67b77302a4 to your computer and use it in GitHub Desktop.
Save PycKamil/a14f742a905b78de26964f67b77302a4 to your computer and use it in GitHub Desktop.
bash_profile
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
alias rmdd="rm -rf ~/Library/Developer/Xcode/DerivedData/"
## Starts recording the simulator
recsim() {
xcrun simctl io booted recordVideo "$1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment