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
+7
View File
@@ -0,0 +1,7 @@
# ~/.bashrc
# Return if not running interactively
[[ $- == *i* ]] || return
# Set bash prompt
PS1='[\u@\h \W]\$ '