Compare commits

..

No commits in common. "e33695df5f6c89027f2785b809585350e1bd3904" and "04d999f3a6681a5fc37824dd6006645d6f84d8d5" have entirely different histories.

3 changed files with 2 additions and 3 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 = True
io_mode = False
#* Set to True to show combined read/write io graphs in io mode.
io_graph_combined = False

@ -1 +1 @@
Subproject commit 0c5be1344f597fb495a42bfbefc1105643171d69
Subproject commit 971a5c234977ef504e5c0ca7282d3336fb8680b0

1
.zshrc
View file

@ -33,7 +33,6 @@ 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" }