{{- $home := site.Home -}} {{- $prompt := "whoami" -}} {{- if .IsHome -}} {{- $prompt = "whoami" -}} {{- else if and .IsPage (eq .Section "posts") -}} {{- $prompt = printf "less %s.md" .File.ContentBaseName -}} {{- else if and .IsNode (eq .Section "posts") -}} {{- $prompt = "ls -lh posts/" -}} {{- else if eq .Kind "taxonomy" -}} {{- $prompt = "ls tags/" -}} {{- else if eq .Kind "term" -}} {{- $prompt = printf "grep -r %s" (.Title | lower) -}} {{- else if eq .File.ContentBaseName "about" -}} {{- $prompt = "cat about.md" -}} {{- end -}}
${{ " " }}{{ $prompt }}

{{ site.Params.author }}