added missing semicolon

This commit is contained in:
twoneis 2023-10-30 16:20:49 +01:00
parent e466c39d35
commit b52435dbe4

View file

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