diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 401d9a4..9df9c8b 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -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 diff --git a/.zshrc b/.zshrc index 0c52f95..f9fcb30 100644 --- a/.zshrc +++ b/.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" }