diff --git a/Arch/.bashrc b/Arch/.bashrc index 5f12634..2278019 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -45,6 +45,7 @@ alias please='sudo' alias fuck='pkill -9' alias mirrorupdate='curl -s "https://www.archlinux.org/mirrorlist/?country=US&protocol=https&use_mirror_status=on" | sed -e 's/^#Server/Server/' -e '/^#/d' | rankmirrors -n 5 - | sudo tee /etc/pacman.d/mirrorlist' alias bashrc='source ~/.bashrc' +alias iotop='sudo iotop' export PATH=$PATH:~/scripts:/usr/local/go/bin export npm_config_prefix=~/.node_modules