Change Macos config path for lazygit
This commit is contained in:
parent
9735ea5c6f
commit
16e0018eb0
@ -1,6 +1,6 @@
|
||||
font_family BrutalistMono Nerd Font
|
||||
# bold_font auto
|
||||
# italic_font auto
|
||||
bold_font BrutalistMono Nerd Font Bold
|
||||
italic_font BrutalistMono Nerd Font Italic
|
||||
# bold_italic_font auto
|
||||
font_size {{ .fontsize }}
|
||||
text_composition_strategy 1.0
|
||||
|
@ -64,6 +64,7 @@ alias bkp-list='doas restic -r /mnt/nfs/BSD/restic-repo snapshots'
|
||||
{{- else }}
|
||||
{{ if eq .chezmoi.os "darwin" }}
|
||||
source $HOME/perl5/perlbrew/etc/bashrc
|
||||
export XDG_CONFIG_HOME="$HOME/.config"
|
||||
{{- if eq .chezmoi.arch "arm64" }}
|
||||
export PATH=/opt/homebrew/bin:$PATH
|
||||
{{- end }}
|
||||
|
Loading…
Reference in New Issue
Block a user