Add bash alias

This commit is contained in:
Leo Alho 2024-04-28 20:26:23 +03:00
parent 49bb2bc80e
commit 90f0cf897e

View file

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