AutoYADM commit: 2024-11-20 13:30:01
This commit is contained in:
parent
e98edc3a90
commit
be8caaa538
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ graph_symbol_net = "default"
|
|||
graph_symbol_proc = "default"
|
||||
|
||||
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
|
||||
shown_boxes = "cpu"
|
||||
shown_boxes = "cpu proc"
|
||||
|
||||
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
|
||||
update_ms = 2000
|
||||
|
|
2
.zshrc
2
.zshrc
|
@ -1,5 +1,5 @@
|
|||
export ZSH="$HOME/.oh-my-zsh"
|
||||
plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd z zellij-zsh-completions )
|
||||
plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z systemd )
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
|
||||
# Note: if I do get Obsidian Bridge working, this is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue