Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
DMcP89 committed Dec 9, 2024
1 parent be3f387 commit 594d004
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions alacritty/.config/alacritty/alacritty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ style = "Italic"
[font.normal]
family = "JetBrainsMono Nerd Font"
style = "Regular"

2 changes: 1 addition & 1 deletion btop/.config/btop/btop.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 594d004

Please sign in to comment.