-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.bashrc
45 lines (30 loc) · 1.56 KB
/
.bashrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
source ~/.bashrc.old
#--------------------------------------------------------------------------------------------------
# > Terminal
#--------------------------------------------------------------------------------------------------
# Colors in terminal
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
#source ~/dotfiles/bash/bash_prompt.sh
#--------------------------------------------------------------------------------------------------
# > Path
#--------------------------------------------------------------------------------------------------
# Load path if existent
source ~/dotfiles/path.sh
#--------------------------------------------------------------------------------------------------
# > Aliases
#--------------------------------------------------------------------------------------------------
source ~/dotfiles/alias.sh
#--------------------------------------------------------------------------------------------------
# > git
#--------------------------------------------------------------------------------------------------
# git-completion
source ~/dotfiles/bash/git.sh
#--------------------------------------------------------------------------------------------------
# > Ruby
#--------------------------------------------------------------------------------------------------
source ~/dotfiles/ruby.sh
#--------------------------------------------------------------------------------------------------
# > Python
#--------------------------------------------------------------------------------------------------
source ~/dotfiles/python.sh