update..
This commit is contained in:
@ -23,7 +23,8 @@ shopt -s checkwinsize
|
||||
__hostname="$(hostname -f)"
|
||||
__hostname="${__hostname%.*}"
|
||||
__hostname="${__hostname%.*}"
|
||||
export PS1='${__hostname}:\w \$ '
|
||||
#export PS1='${__hostname}:\w \$ '
|
||||
export PS1='\[\033[01;32m\]${__hostname}\[\033[00m\]:\[\033[37m\]\w\[\033[00m\] \$ '
|
||||
umask 022
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user