From 594d004918b27486e065910717fb3d5b23de0673 Mon Sep 17 00:00:00 2001 From: DMcP89 Date: Sun, 8 Dec 2024 23:11:22 -0500 Subject: [PATCH] minor updates --- alacritty/.config/alacritty/alacritty.toml | 1 + btop/.config/btop/btop.conf | 2 +- zsh/.zshrc | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/alacritty/.config/alacritty/alacritty.toml b/alacritty/.config/alacritty/alacritty.toml index f030fb6..a11eac6 100644 --- a/alacritty/.config/alacritty/alacritty.toml +++ b/alacritty/.config/alacritty/alacritty.toml @@ -13,3 +13,4 @@ style = "Italic" [font.normal] family = "JetBrainsMono Nerd Font" style = "Regular" + diff --git a/btop/.config/btop/btop.conf b/btop/.config/btop/btop.conf index 7f8ffec..977358d 100644 --- a/btop/.config/btop/btop.conf +++ b/btop/.config/btop/btop.conf @@ -50,7 +50,7 @@ graph_symbol_proc = "default" shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. -update_ms = 2000 +update_ms = 1900 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu responsive", #* "cpu lazy" sorts top process over time (easier to follow), "cpu responsive" updates top process directly. diff --git a/zsh/.zshrc b/zsh/.zshrc index 6ae4a68..b9da9bf 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -71,7 +71,7 @@ export NVM_DIR="$HOME/.nvm" export PATH=$PATH:/usr/local/go/bin -export TINYCARE_WORKSPACE="$HOME/workspace/projects,$HOME/workspace/wochstudios" +export TINYCARE_WORKSPACE="$HOME/workspace" # Powerline export PATH=$PATH:$HOME/.local/bin