.bashrc Beispiele
Applying changes To apply changes from this article to your .bashrc (without ending subshells), do: $ source ~/.bashrc oder $ . .bashrc Or, if you want, you can build your prompt using the ✓ unicode symbol for a zero status and the ✗ unicode symbol for a nonzero status: 0 ✓ [email protected] ~ $ true 0 ✓ [email protected] ~ $ false 1 ✗ [email protected] ~ $ I will try to type a wrong command.