Simplify bash prompt

This commit is contained in:
Rodrigo Arias 2023-04-28 18:12:10 +02:00
parent ca3a7d98f5
commit f47734b524

View File

@ -49,6 +49,10 @@
programs.zsh.enable = true;
programs.zsh.histSize = 100000;
programs.bash.promptInit = ''
PS1="\h\\$ "
'';
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.