Skip to content

Instantly share code, notes, and snippets.

View riccop's full-sized avatar

Ricardo Peixoto riccop

View GitHub Profile
@riccop
riccop / .bash_profile
Last active June 5, 2019 10:52 — forked from JoaoSetas/.bash_profile
Alias for bash
# ~/.bashrc: executed by bash(1) for non-login shells.
# see /usr/share/doc/bash/examples/startup-files (in the package bash-doc)
# for examples
# some more ls aliases
alias ll='ls -alF'
alias la='ls -A'
alias l='ls -CF'
alias gs='git status '
alias ga='git add '