improved PS1

This commit is contained in:
twoneis 2023-10-30 16:26:04 +01:00
parent 863c79a780
commit 6a8535e6d8

View file

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