mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 19:09:55 +01:00
Compare commits
2 Commits
ecbb01d002
...
2d298d20d7
Author | SHA1 | Date | |
---|---|---|---|
|
2d298d20d7 | ||
|
3042c17dd3 |
@ -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'
|
||||||
|
|
||||||
@ -81,3 +89,4 @@ alias makeitmine='sudo chown -R $(whoami) ./'
|
|||||||
|
|
||||||
alias dotf='cd ~/.dotfiles'
|
alias dotf='cd ~/.dotfiles'
|
||||||
alias dotfu='cd ~/.dotfiles; git pull; cd -; source ~/.zshrc'
|
alias dotfu='cd ~/.dotfiles; git pull; cd -; source ~/.zshrc'
|
||||||
|
alias reload-zsh='source ~/.zshrc'
|
||||||
|
Loading…
Reference in New Issue
Block a user