Edit .shellrc

This commit is contained in:
samedamci 2020-05-04 21:21:00 +02:00
parent 7a766c58a9
commit 9fac1e9c4e
No known key found for this signature in database
GPG Key ID: FCB4A9A20D00E894

View File

@ -46,9 +46,10 @@ alias yt-thumbnail='youtube-dl --write-thumbnail --skip-download -o "%(title)s.%
# git
alias ga='git add'
alias gc='git commit'
alias gc='git commit -S'
alias gp='git push'
alias gpom='git push origin master'
alias gch='git checkout'
alias gl='git log'
alias gpu='git pull'
alias gs='git status'