Skip to content

Instantly share code, notes, and snippets.

@PeterMinin
Last active December 20, 2018 16:34
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 PeterMinin/4552ee6846adbbbcb9e389bca19f48e7 to your computer and use it in GitHub Desktop.
Save PeterMinin/4552ee6846adbbbcb9e389bca19f48e7 to your computer and use it in GitHub Desktop.
alias git-tree="git log --graph --full-history --all --color --pretty=format:\"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s\""
alias beep="echo -ne '\007'"
alias apt-install="sudo apt install $@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment