diff --git a/bsp/default/root_file_system/etc/profile b/bsp/default/root_file_system/etc/profile index 63105744..131a2697 100644 --- a/bsp/default/root_file_system/etc/profile +++ b/bsp/default/root_file_system/etc/profile @@ -26,4 +26,4 @@ alias ls='ls --color=auto' alias ip='ip --color=auto' # and color my prompt -export PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' +export PS1='\[\033[01;32m\]\u@\H\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '