Add user .bashrc and .bash_profile files and slightly modified the system bashrc

This commit is contained in:
2025-04-23 07:38:38 +03:00
parent 53c945b657
commit f562d2d86b
6 changed files with 29 additions and 12 deletions
+4
View File
@@ -0,0 +1,4 @@
# ~/.bash_profile
# Source user .bashrc if it exists
[ -f $HOME/.bashrc ] && source $HOME/.bashrc