Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion dropkit/templates/default-cloud-init.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#cloud-config
# Warning: This whole file will be evaluated by Jinja. Escape any special literals (`{{`, `{%`, `{#`).

# Update and upgrade system packages
package_update: true
Expand Down Expand Up @@ -47,7 +48,7 @@ write_files:
defer: true
content: |
# Prompt: user@host:dir (green for normal, red after failed command)
PROMPT='%F{%(?.green.red)}%n@%m%f:%F{blue}%~%f$ '
{% raw %}PROMPT='%F{%(?.green.red)}%n@%m%f:%F{blue}%~%f$ '{% endraw %}

# History
HISTFILE=~/.zsh_history
Expand Down