updated PS1

This commit is contained in:
twoneis 2023-10-30 16:24:43 +01:00
parent b52435dbe4
commit 863c79a780

View file

@ -20,7 +20,7 @@
gdb gdb
gef gef
]; ];
shellHook = ''export PS1="[${whoami}@gcc-project]"''; shellHook = ''export PS1="[\u.gcc@\W]"'';
}; };
}; };
} }