Last active
December 20, 2018 16:34
-
-
Save PeterMinin/4552ee6846adbbbcb9e389bca19f48e7 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
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