9 lines
165 B
Plaintext
9 lines
165 B
Plaintext
|
# Default aliases. They can be overriden by other files with higher
|
||
|
# index.
|
||
|
|
||
|
# Files navigation.
|
||
|
alias ls="ls --color"
|
||
|
alias sl="ls --color"
|
||
|
|
||
|
# Git.
|
||
|
alias got="git"
|