Skip to content

Instantly share code, notes, and snippets.

View paulinevos's full-sized avatar
🍸
chillin

Pauline Vos paulinevos

🍸
chillin
View GitHub Profile
@lcobucci
lcobucci / .bashrc
Last active February 15, 2023 11:45
My dot files
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
if [ -f /usr/share/git-core/contrib/completion/git-prompt.sh ]; then
source /usr/share/git-core/contrib/completion/git-prompt.sh
fi