From 51f18558fc58e7522e08b9a08231d0b87e22998c Mon Sep 17 00:00:00 2001 From: tumillanino Date: Wed, 8 Apr 2026 07:08:10 +1000 Subject: [PATCH] remove oh-my-posh as it has annoying quirks --- files/justfiles/configure-zsh.just | 1 - files/scripts/installdecentsampler.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/files/justfiles/configure-zsh.just b/files/justfiles/configure-zsh.just index 8c4b9e1..ee4dd3a 100644 --- a/files/justfiles/configure-zsh.just +++ b/files/justfiles/configure-zsh.just @@ -13,4 +13,3 @@ setup-zsh: echo ')' } >> ~/.zshrc - @echo 'eval "$(oh-my-posh init zsh --config 'https://raw.githubusercontent.com/JanDeDobbeleer/oh-my-posh/refs/heads/main/themes/json.omp.json')"' >> ~/.zshrc diff --git a/files/scripts/installdecentsampler.sh b/files/scripts/installdecentsampler.sh index abb6968..91106e3 100644 --- a/files/scripts/installdecentsampler.sh +++ b/files/scripts/installdecentsampler.sh @@ -7,6 +7,6 @@ tar xvf /tmp/decent-sampler.tar.gz -C /tmp cd /tmp/Decent_Sampler-1.18.1-Linux-Static-x86_64 ./install.sh -rm -rf /tmp/decent-sampler.tar.gz /tmp/Renoise* || true +rm -rf /tmp/decent-sampler.tar.gz /tmp/Decent* || true exit 0