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.

32 lines
1.0 KiB

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