.bashrc as template, set default chezmoi editor via $EDITOR env

This commit is contained in:
2024-10-07 19:24:27 -05:00
parent 12a386e3fe
commit bdeaff0e0f
2 changed files with 4 additions and 4 deletions

View File

@@ -24,9 +24,6 @@
{{- $cpuThreads = (output "powershell.exe" "-NoProfile" "-NonInteractive" "-Command" "(Get-CimInstance -ClassName 'Win32_Processor').NumberOfLogicalProcessors") | trim | atoi }}
{{- end -}}
[edit]
command = "micro"
[data]
chassis = "{{ $chassisType }}"
@@ -37,4 +34,4 @@
encryption = "age"
[age]
identity = "/home/xevion/key.txt"
recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze"
recipient = "age1s3ctpj9lafl6qwyvd89sn448us7gdzd53d8yyhsc7zny78c0k4sqerrkze"

View File

@@ -149,3 +149,6 @@ export PATH=$PATH:/usr/local/go/bin
. "$HOME/.cargo/env"
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
# Set default chezmoi editor
export EDITOR="micro"