Last active
August 19, 2018 18:22
-
-
Save yolossn/d001264e8fd3efc5d03a9b608d63298c to your computer and use it in GitHub Desktop.
.bashrc
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
#history with time | |
export HISTTIMEFORMAT="%d/%m/%y %T " | |
#git graph | |
alias graph='git log --all --decorate --oneline --graph' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment