mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-23 19:09:55 +01:00
Compare commits
No commits in common. "2d298d20d7151a0ccccb37a52fe09a0cc4da7c72" and "ecbb01d00244119760fa0e9dba5eb1555783cec8" have entirely different histories.
2d298d20d7
...
ecbb01d002
@ -70,14 +70,6 @@ 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'
|
||||||
|
|
||||||
@ -89,4 +81,3 @@ 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