URL: https://www.opennet.me/cgi-bin/openforum/vsluhboard.cgi
Форум: vsluhforumID1
Нить номер: 26503
[ Назад ]

Исходное сообщение
"как сделать промпт для csh вида /current/dir# во FreeBSD"

Отправлено n0p , 16-Фев-03 04:38 
в .cshrc работаеттолько при запуске csh
в линухе для bash была PS1

Содержание

Сообщения в этом обсуждении
"RE: как сделать промпт для csh вида /current/dir# во FreeBSD"
Отправлено lavr , 16-Фев-03 14:17 
>в .cshrc работаеттолько при запуске csh
>в линухе для bash была PS1

man csh/tcsh (search prompt:

       prompt  The string which is printed  before  reading  each
               command from the terminal.  prompt may include any
               of the following formatting sequences  (+),  which
               are replaced by the given information:

               %/  The current working directory.
               %~  The  current working directory, but with one's
                   home directory represented by  `~'  and  other
...
...

http://unix1.jinr.ru/~lavr/howtostart.html - можно посмотреть примеры


"RE: как сделать промпт для csh вида /current/dir# во FreeBSD"
Отправлено n0p , 17-Фев-03 03:52 
>>в .cshrc работаеттолько при запуске csh
>>в линухе для bash была PS1
>
>man csh/tcsh (search prompt:
>
>       prompt  The string which
>is printed  before  reading  each
>            
>   command from the terminal.  prompt may include
>any
>            
>   of the following formatting sequences  (+),  
>which
>            
>   are replaced by the given information:
>
>            
>   %/  The current working directory.
>            
>   %~  The  current working directory, but
>with one's
>            
>       home directory represented by
> `~'  and  other
>...
>...
>
>http://unix1.jinr.ru/~lavr/howtostart.html - можно посмотреть примеры

млин я это всё делал
только вот так:
#set prompt="%~/#"
выдавал ошибку имени переменной
но щас решил докопаться до истины
#set prompt = "%~/#"
!!!с пробелами надо было!
спасибо