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.

26 lines
826 B

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