Add user .bashrc and .bash_profile files and slightly modified the system bashrc
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# ~/.bashrc
|
||||
|
||||
# Return if not running interactively
|
||||
[[ $- == *i* ]] || return
|
||||
|
||||
# Set bash prompt
|
||||
PS1='[\u@\h \W]\$ '
|
||||
Reference in New Issue
Block a user