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