❗ All Code will be changed
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
[user] | |
name = <UserName> | |
email = <Email> | |
[push] | |
default = upstream | |
[branch] | |
[color] | |
status = auto | |
branch = auto | |
ui = auto |
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
######################################### | |
# these are my personal most used aliases | |
######################################### | |
# Default to human readable figures | |
alias df='df -h' | |
alias du='du -h' | |
alias ls='ls --color=auto' | |
alias l='ls -l' |