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.

12 lines
202 B

8 years ago
8 years ago
  1. # in case its not already thera
  2. alias la='ls -la'
  3. alias v='vim '
  4. # GIT related
  5. alias gs='git status'
  6. alias gfr='git fetch && git rebase'
  7. alias gl='git log'
  8. alias gc='git commit '
  9. alias ga='git add '