all repos — dotfiles-base @ 98caf2e73ce0d48b583d5f3bb4a481bd70a18572

base important configs that can safely be used almost anywhere

.config/fish/functions/wifi-strength.fish

 1
 2
 3
function wifi-strength --description 'Get WiFi statistics in real time'
    watch -n 1 cat /proc/net/wireless
end