Skip to content

Instantly share code, notes, and snippets.

@KushtrimPacaj
Last active September 2, 2020 11:40
Show Gist options
  • Save KushtrimPacaj/e044af3998a1f1694efd7209a29e193c to your computer and use it in GitHub Desktop.
Save KushtrimPacaj/e044af3998a1f1694efd7209a29e193c to your computer and use it in GitHub Desktop.
GIT configurations
git config --global alias.latest "for-each-ref --sort=committerdate refs/remotes/origin --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'"
export PS1="\[\e]0;\u@\h: \w\a\]${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\W\[\033[00m\]\$ "
export WITH_DEXPREOPT=false
export DISABLE_DEXPREOPT=true
export DEX_PREOPT_DEFAULT=nostripping
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment