Skip to content
Snippets Groups Projects
Commit ea4d7458 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

bashrc funguje i bez $PS1

parent 0ce40395
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@ workdir_set()
{
export workdir=$1
export LOGFILE=$workdir/log
PS1="$PS1[$workdir] "
PS1="${PS1:-}[$workdir] "
}
workdir_mk()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment