From 771478aa873ec7679eaf280d7c2d7cee3c1c6fda Mon Sep 17 00:00:00 2001 From: Snoweuph Date: Sat, 12 Oct 2024 00:48:18 +0200 Subject: [PATCH] Alot of Config --- .config/omp.toml | 5 +---- .profile | 2 -- .zshrc | 6 ------ 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.config/omp.toml b/.config/omp.toml index 111734f..60d718d 100644 --- a/.config/omp.toml +++ b/.config/omp.toml @@ -76,10 +76,7 @@ background = 'p:gray' foreground = 'p:cyan' [transient_prompt] -foreground = "p:green" -foreground_templates = ["{{if gt .Code 0}}p:red{{end}}"] -background = 'transparent' -template = '{{ if gt .Code 0 }}{{ else }}{{ end }} ' +template = "\ue285 " [palette] black = '#11111b' diff --git a/.profile b/.profile index ed174ec..7d19bb7 100644 --- a/.profile +++ b/.profile @@ -5,7 +5,5 @@ export PATH="$PATH/$HOME/.local/bin" export VOLTA_HOME="$HOME/.local/share/volta" export PATH="$VOLTA_HOME/bin:$PATH" - # Jetbrains Toolbox export PATH="$PATH:/home/snoweuph/.local/share/JetBrains/Toolbox/scripts" - diff --git a/.zshrc b/.zshrc index 231da12..7c23655 100644 --- a/.zshrc +++ b/.zshrc @@ -79,12 +79,6 @@ export HSA_OVERRIDE_GFX_VERSION=10.3.0 # RX 6650 XT # Just export JUST_UNSTABLE=1 -# Nix -if [ ! -e $HOME/.nix-profile/etc/profile.d/nix.sh ]; then - curl -L https://nixos.org/nix/install | sh -fi -. $HOME/.nix-profile/etc/profile.d/nix.sh - # PATH export PATH=$PATH:$VOLTA_HOME/bin:$GOBIN:$CARGO_HOME/bin