Add bash_profile, profile
This commit is contained in:
parent
0e1ecfedaa
commit
5bae9bc66e
2
bash_profile
Normal file
2
bash_profile
Normal file
@ -0,0 +1,2 @@
|
||||
source $HOME/.profile
|
||||
source $HOME/.bashrc
|
||||
@ -21,6 +21,9 @@ def install_file(src, dst):
|
||||
|
||||
files = [
|
||||
('bash_aliases', '.bash_aliases'),
|
||||
('bash_aliases.d', '.bash_aliases.d'),
|
||||
('bash_profile', '.bash_profile'),
|
||||
('profile', '.profile'),
|
||||
('inputrc', '.inputrc'),
|
||||
('screenrc', '.screenrc'),
|
||||
('gitignore', '.gitignore'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user