mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 04:07:05 -06:00
.bashrc as template, set default chezmoi editor via $EDITOR env
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user