forked from vitorleal/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.bashrc
More file actions
17 lines (15 loc) · 1.24 KB
/
.bashrc
File metadata and controls
17 lines (15 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ┌─────────────────────────────────────────────────────────────┐
# │ │
# │ │
# │ _ _ ____ ____ _____ ____ __ ____ __ __ │
# │ ( \/ )(_ _)(_ _)( _ )( _ \ ( ) ( ___) /__\ ( ) │
# │ \ / _)(_ )( )(_)( ) / )(__ )__) /(__)\ )(__ │
# │ \/ (____) (__) (_____)(_)\_) (____)(____)(__)(__)(____) │
# │ ____ _____ ____ ____ ____ __ ____ ___ │
# │ ( _ \( _ )(_ _)( ___)(_ _)( ) ( ___)/ __) │
# │ )(_) ))(_)( )( )__) _)(_ )(__ )__) \__ \ │
# │ (____/(_____) (__) (__) (____)(____)(____)(___/ ()()() │
# │ │
# │ https://vitorleal.com │
# └─────────────────────────────────────────────────────────────┘
[ -n "$PS1" ] && source "$HOME/.bash_profile";