Add bash_aliases

This commit is contained in:
Leo Alho 2024-02-24 22:43:39 +02:00
parent 31ad87ba67
commit fc696367c8

4
.bash_aliases Normal file
View file

@ -0,0 +1,4 @@
alias gm="git checkout master && git pull"
alias count="ls -l | wc -l"
function gcam () { git commit -a -m "$1";}