From 70ff2485b3e5b78fcaa65d340a0fd694c32b1687 Mon Sep 17 00:00:00 2001 From: pika Date: Sat, 8 Jun 2024 15:17:58 +0200 Subject: [PATCH] bugfixes --- config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.fish b/config.fish index eaf166f..72985ea 100644 --- a/config.fish +++ b/config.fish @@ -161,7 +161,7 @@ end # end # ─< oh-my-posh >─────────────────────────────────────────────────────────────────────────── -if command -v oh-my-posh >/dev/null 2&>1 +if command -v oh-my-posh >/dev/null 2>&1 oh-my-posh init fish --config ~/.config/fish/zen.toml | source end