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.

23 lines
451 B

8 years ago
8 years ago
8 years ago
8 years ago
7 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 upgrade'
  4. alias v='vim '
  5. # GIT related
  6. alias gs='git status'
  7. alias gfr='git fetch && git rebase'
  8. alias gl='git log'
  9. alias gc='git commit '
  10. alias ga='git add '
  11. alias gc1='git clone --depth 1 '
  12. alias gco='git checkout '
  13. alias mem='cd /dev/shm'
  14. alias svim='sudoedit '
  15. alias down='http --download '
  16. alias py='python '
  17. alias p3='python3 '
  18. alias open='xdg-open '