This commit is contained in:
2023-04-06 11:54:25 +02:00
parent fe1339ff36
commit 77a3f34c8c
13 changed files with 74 additions and 80 deletions

View File

@ -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