fish: fix -
(whitespace trimming)
This commit is contained in:
parent
afb560cd43
commit
0b9dca0748
@ -1,12 +1,12 @@
|
|||||||
set -x 0 fish
|
set -x 0 fish
|
||||||
|
|
||||||
{{- if ne .chezmoi.username "root" -}}
|
{{ if ne .chezmoi.username "root" -}}
|
||||||
source $HOME/.config/fish/env.fish
|
source $HOME/.config/fish/env.fish
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
# ONLY for interactive shell
|
# ONLY for interactive shell
|
||||||
if status --is-interactive
|
if status --is-interactive
|
||||||
{{- if ne .chezmoi.username "root" -}}
|
{{ if ne .chezmoi.username "root" -}}
|
||||||
source $HOME/.config/fish/abbreviations.fish
|
source $HOME/.config/fish/abbreviations.fish
|
||||||
{{- end }}
|
{{- end }}
|
||||||
set -q fish_private_mode && set -x FISH_IS_IN_PRIVATE 1
|
set -q fish_private_mode && set -x FISH_IS_IN_PRIVATE 1
|
||||||
|
Loading…
Reference in New Issue
Block a user