From 0b9dca074881b4a39fed915ff10313852fd59832 Mon Sep 17 00:00:00 2001 From: inkch Date: Wed, 17 Jan 2024 18:00:07 +0900 Subject: [PATCH] fish: fix `-` (whitespace trimming) --- dot_config/private_fish/config.fish.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dot_config/private_fish/config.fish.tmpl b/dot_config/private_fish/config.fish.tmpl index 858ea16..e266d37 100644 --- a/dot_config/private_fish/config.fish.tmpl +++ b/dot_config/private_fish/config.fish.tmpl @@ -1,12 +1,12 @@ set -x 0 fish -{{- if ne .chezmoi.username "root" -}} +{{ if ne .chezmoi.username "root" -}} source $HOME/.config/fish/env.fish {{- end }} # ONLY for interactive shell if status --is-interactive - {{- if ne .chezmoi.username "root" -}} + {{ if ne .chezmoi.username "root" -}} source $HOME/.config/fish/abbreviations.fish {{- end }} set -q fish_private_mode && set -x FISH_IS_IN_PRIVATE 1