All of my important config files
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.

64 lines
1.4 KiB

7 years ago
4 years ago
7 years ago
5 years ago
7 years ago
3 years ago
5 years ago
7 years ago
3 years ago
7 years ago
3 years ago
5 years ago
6 years ago
5 years ago
4 years ago
4 years ago
4 years ago
  1. # in case its not already thera
  2. alias la='ls -la'
  3. alias sagu='sudo apt-fast update && sudo apt-fast dist-upgrade'
  4. alias sagi='sudo apt-fast install '
  5. alias notes='vim "+:NV"'
  6. alias slog='sudo less /var/log/syslog'
  7. alias v='f -e vim' # quick opening files with vim
  8. alias o='a -e xdg-open' # quick opening files with xdg-open
  9. alias j='zz '
  10. # {{{ GIT related
  11. alias gs='git status'
  12. alias gfr='git fetch && git rebase'
  13. alias gl='git log'
  14. alias gc='git commit '
  15. alias ga='git add '
  16. alias gc1='git clone --depth 1 '
  17. alias gco='git checkout '
  18. alias gpt='git push && git push --tags'
  19. #}}}
  20. alias mem='cd /dev/shm'
  21. alias svim='sudoedit '
  22. alias down='xh --download '
  23. alias p3='python3 '
  24. alias py='/usr/bin/env python3 '
  25. alias -g L='| less'
  26. alias -g G='| grep'
  27. # {{{ Golang
  28. alias gos='cd $GOPTAH/src'
  29. # }}}
  30. # {{{ exa
  31. if hash exa 2&>/dev/null ; then
  32. alias ls='exa '
  33. alias lg='l --git '
  34. alias lt='l --tree '
  35. fi
  36. #}}}
  37. alias dcu='docker-compose up'
  38. alias dcs='docker-compose start'
  39. alias dce='docker-compose stop'
  40. alias rs='rsync -aAxv --progress '
  41. alias gcc='gcc -Wall -Wextra '
  42. alias mail='neomutt'
  43. alias sys='sudo systemctl '
  44. alias jour='sudo journalctl '
  45. alias usys='systemctl --user '
  46. alias ujour='journalctl --user '
  47. alias killbg='kill ${${(v)jobstates##*:*:}%=*}'
  48. alias dns='dig +noall +answer any '
  49. alias standup='cd /home/schneider/git/ && git standup -m 8 -d 7 -s'
  50. alias fuu='fuck'
  51. alias jswatch='/home/schneider/.yarn/bin/watch '