This commit is contained in:
Christoph J. Scherr 2024-04-12 11:03:22 +02:00
parent 04d999f3a6
commit 98fd1537b9
2 changed files with 2 additions and 1 deletions

View File

@ -178,7 +178,7 @@ disk_free_priv = False
show_io_stat = True
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
io_mode = False
io_mode = True
#* Set to True to show combined read/write io graphs in io mode.
io_graph_combined = False

1
.zshrc
View File

@ -33,6 +33,7 @@ alias bat=batcat
alias accon="HOST=$(hostname) conda activate"
alias gotemp="cd $(mktemp -d)"
alias open=xdg-open
alias ipb="ip -brief"
### Functions
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }