[ADD] Bash configuration files
This commit is contained in:
parent
3544853025
commit
942b21b71d
4 changed files with 124 additions and 0 deletions
6
bash/.bash_profile
Normal file
6
bash/.bash_profile
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
#
|
||||
# ~/.bash_profile
|
||||
#
|
||||
|
||||
. ~/.profile
|
||||
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
||||
Loading…
Add table
Add a link
Reference in a new issue