changed PS1

This commit is contained in:
twoneis 2023-10-31 21:46:37 +01:00
parent 6034d0eddf
commit 2107dffa9f

View file

@ -17,7 +17,7 @@
packages = with pkgs; [
marksman
];
shellHook = ''export PS1="[\u@gcc-devel:\W]\$ "'';
shellHook = ''export PS1="[\u@markdown:\W]\$ "'';
};
};
}