cake instead of cmake
This commit is contained in:
parent
781fc4bf12
commit
6d18afa768
|
@ -14,6 +14,9 @@ alias make="make.sh"
|
|||
# Avoid typos
|
||||
alias ake="make"
|
||||
|
||||
# cake is way more stylish than cmake
|
||||
alias cake="cmake"
|
||||
|
||||
# My pdf reader
|
||||
alias pdf="evince"
|
||||
|
||||
|
|
Loading…
Reference in New Issue