в .cshrc работаеттолько при запуске csh
в линухе для bash была PS1
>в .cshrc работаеттолько при запуске csh
>в линухе для bash была PS1man 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 - можно посмотреть примеры
>>в .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 = "%~/#"
!!!с пробелами надо было!
спасибо