You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
990 B

4 years ago
4 years ago
4 years ago
  1. #!/bin/sh
  2. alias q='exit' \
  3. ls="ls -G" \
  4. dd='sudo dd status=progress' \
  5. h="history | grep" \
  6. back='cd -' \
  7. b='cd -' \
  8. py='python3' \
  9. py2='python2' \
  10. v='nvim' \
  11. vim='nvim' \
  12. ka='killall' \
  13. grep='grep --color=auto' \
  14. egrep='grep --color=auto -E' \
  15. sshtj='ssh tovi@tovijaeschke.xyz' \
  16. extip='curl -s www.icanhazip.com' \
  17. ns='sudo nmap -p- -sV' \
  18. cc='rm -rf cache/* && php symfony cc' \
  19. pdu='php symfony propel:diff && php symfony propel:up' \
  20. foursync='php symfony four:sync' \
  21. ddate='date +%d-%m-%Y' \
  22. gitup='git push origin $(git rev-parse --abbrev-ref HEAD)' \
  23. gco='git checkout' \
  24. gbls='git --no-pager branch -a' \
  25. vv='nvim ~/.config/nvim/init.vim' \
  26. vb='nvim ~/.bash_profile && source ~/.bash_profile' \
  27. va='nvim ~/.config/aliasrc && source ~/.bash_profile' \
  28. delorig='find . -name "*.orig" -exec rm {} \;' \
  29. delbak='find . -name "*.bak" -exec rm {} \;' \
  30. site-clone='wget --mirror --convert-links --adjust-extension --page-requisites --no-parent'