Update .bash_aliases

This commit is contained in:
Leo Alho 2024-04-13 23:00:47 +03:00 committed by GitHub
parent 3f7fc7b42b
commit 10fac2593f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,3 +2,5 @@ alias gm="git checkout master && git pull"
alias count="ls -l | wc -l"
function gcam () { git commit -a -m "$1";}
function dt () { nohup "$@" </dev/null >/dev/null 2>&1 & disown }