diff options
Diffstat (limited to 'build/latex')
-rw-r--r-- | build/latex/academia/.envrc | 4 | ||||
-rw-r--r-- | build/latex/letter/.envrc | 4 | ||||
-rw-r--r-- | build/latex/presentation/.envrc | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/build/latex/academia/.envrc b/build/latex/academia/.envrc index 3db39e6..dc660f3 100644 --- a/build/latex/academia/.envrc +++ b/build/latex/academia/.envrc @@ -6,6 +6,6 @@ watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi diff --git a/build/latex/letter/.envrc b/build/latex/letter/.envrc index 3db39e6..dc660f3 100644 --- a/build/latex/letter/.envrc +++ b/build/latex/letter/.envrc @@ -6,6 +6,6 @@ watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi diff --git a/build/latex/presentation/.envrc b/build/latex/presentation/.envrc index 3db39e6..dc660f3 100644 --- a/build/latex/presentation/.envrc +++ b/build/latex/presentation/.envrc @@ -6,6 +6,6 @@ watch_file flake.nix PATH_add ./scripts if on_git_branch; then - echo && git status --short --branch && - echo && git fetch --verbose + echo && git status --short --branch && + echo && git fetch --verbose fi |