Compare commits

..

No commits in common. "2d298d20d7151a0ccccb37a52fe09a0cc4da7c72" and "ecbb01d00244119760fa0e9dba5eb1555783cec8" have entirely different histories.

1 changed files with 0 additions and 9 deletions

View File

@ -70,14 +70,6 @@ if test -x "/Applications/Firefox.app/Contents/MacOS/firefox-bin"; then
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
alias journ='journalctl -xfe -t'
@ -89,4 +81,3 @@ alias makeitmine='sudo chown -R $(whoami) ./'
alias dotf='cd ~/.dotfiles'
alias dotfu='cd ~/.dotfiles; git pull; cd -; source ~/.zshrc'
alias reload-zsh='source ~/.zshrc'