ipb
This commit is contained in:
parent
04d999f3a6
commit
98fd1537b9
2 changed files with 2 additions and 1 deletions
|
@ -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
1
.zshrc
|
@ -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" }
|
||||
|
|
Loading…
Add table
Reference in a new issue