mirror of
https://github.com/Xevion/dotfiles.git
synced 2025-12-10 16:07:01 -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 }}"
|
||||
|
||||
|
||||
@@ -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