bash: add .bash_profile and .bashrc
[~bandali/configs] / .bash_profile
diff --git a/.bash_profile b/.bash_profile
new file mode 100644 (file)
index 0000000..d5f7cc9
--- /dev/null
@@ -0,0 +1,2 @@
+[[ -f ~/.profile ]] && . ~/.profile
+[[ -f ~/.bashrc ]] && . ~/.bashrc