ipb
This commit is contained in:
parent
04d999f3a6
commit
98fd1537b9
|
@ -178,7 +178,7 @@ disk_free_priv = False
|
||||||
show_io_stat = True
|
show_io_stat = True
|
||||||
|
|
||||||
#* Toggles io mode for disks, showing big graphs for disk read/write speeds.
|
#* 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.
|
#* Set to True to show combined read/write io graphs in io mode.
|
||||||
io_graph_combined = False
|
io_graph_combined = False
|
||||||
|
|
1
.zshrc
1
.zshrc
|
@ -33,6 +33,7 @@ alias bat=batcat
|
||||||
alias accon="HOST=$(hostname) conda activate"
|
alias accon="HOST=$(hostname) conda activate"
|
||||||
alias gotemp="cd $(mktemp -d)"
|
alias gotemp="cd $(mktemp -d)"
|
||||||
alias open=xdg-open
|
alias open=xdg-open
|
||||||
|
alias ipb="ip -brief"
|
||||||
|
|
||||||
### Functions
|
### Functions
|
||||||
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }
|
function largefiles () { exec 2>/dev/null; du -ah "$@" | grep -P "^\d+(G|T|P|E)\s" }
|
||||||
|
|
Loading…
Reference in New Issue