mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-22 10:39:57 +01:00
Add git aliases (lazy)
This commit is contained in:
parent
3042c17dd3
commit
2d298d20d7
@ -70,6 +70,14 @@ if test -x "/Applications/Firefox.app/Contents/MacOS/firefox-bin"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# git
|
||||||
|
alias gadd='git add'
|
||||||
|
alias gclone='git clone'
|
||||||
|
alias gpull='git pull'
|
||||||
|
alias gpush='git push'
|
||||||
|
alias gcommit='git commit -m'
|
||||||
|
|
||||||
# linux stuff
|
# linux stuff
|
||||||
alias journ='journalctl -xfe -t'
|
alias journ='journalctl -xfe -t'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user