From 681fb493f7e0ad0a0ec3f2218ccce74e2c4561ac Mon Sep 17 00:00:00 2001 From: Brad Date: Wed, 13 Mar 2019 18:43:05 -0500 Subject: [PATCH] Please no changes this time. --- Arch/.bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/Arch/.bashrc b/Arch/.bashrc index d783109..d02d7b0 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -46,6 +46,7 @@ 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' +alias artistradio='tizonia --spotify-related-artists' export PATH=$PATH:~/scripts:/usr/local/go/bin export npm_config_prefix=~/.node_modules