Просмотр исходного кода

Explained $PS1

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 24 лет назад
Родитель
Сommit
5e38fb040e
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      chapter06/bashprofile.xml

+ 3 - 1
chapter06/bashprofile.xml

@@ -28,7 +28,9 @@ export PS1 PATH
 </literallayout>
 
 <para>
-Additional environment variables, aliases and so forth that are
+The PS1 variable is an environment variable that controls the appearance of
+the command prompt. See the bash man page for details how this variable
+is constructed. Additional environment variables, aliases and so forth that are
 needed and/or wanted can be added at your own discretion.
 </para>