Fixed typo in fish config
This commit is contained in:
parent
c840000bbc
commit
7937ac4119
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@ set -gx ANSIBLE_HOST_KEY_CHECKING False
|
||||||
set -gx PY_COLORS true
|
set -gx PY_COLORS true
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
|
|
||||||
|
{{- if stat (joinPath .chezmoi.homeDir ".config/sops/age/keys.txt") }}
|
||||||
|
set -gx SOPS_AGE_KEY_FILE {{ .chezmoi.homDir }}//config/sops/age/keys.txt
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
fish_add_path "{{ .chezmoi.homeDir }}/bin"
|
fish_add_path "{{ .chezmoi.homeDir }}/bin"
|
||||||
fish_add_path "{{ .chezmoi.homeDir }}/.local/bin"
|
fish_add_path "{{ .chezmoi.homeDir }}/.local/bin"
|
||||||
fish_add_path "{{ .chezmoi.homeDir }}/.cargo/bin"
|
fish_add_path "{{ .chezmoi.homeDir }}/.cargo/bin"
|
||||||
|
|
Loading…
Reference in a new issue