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.

24 lines
551 B

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
7 years ago
7 years ago
  1. # in case its not already thera
  2. alias la='ls -la'
  3. alias sagu='sudo apt update && sudo apt dist-upgrade'
  4. alias v='f -e vim' # quick opening files with vim
  5. alias o='a -e xdg-open' # quick opening files with xdg-open
  6. # GIT related
  7. alias gs='git status'
  8. alias gfr='git fetch && git rebase'
  9. alias gl='git log'
  10. alias gc='git commit '
  11. alias ga='git add '
  12. alias gc1='git clone --depth 1 '
  13. alias gco='git checkout '
  14. alias mem='cd /dev/shm'
  15. alias svim='sudoedit '
  16. alias down='http --download '
  17. alias py='python '
  18. alias p3='python3 '
  19. alias open='xdg-open '