One little whitespace gets its very own commit! Oh, life is so erratic!

This commit is contained in:
Brad 2019-03-20 15:00:48 -05:00
parent 2149d47aab
commit a504367cc3
3 changed files with 14 additions and 2 deletions

View File

@ -46,6 +46,7 @@ alias mirrorupdate='curl -s "https://www.archlinux.org/mirrorlist/?country=US&pr
alias bashrc='source ~/.bashrc' alias bashrc='source ~/.bashrc'
alias iotop='sudo iotop' alias iotop='sudo iotop'
alias artistradio='tizonia --spotify-related-artists' alias artistradio='tizonia --spotify-related-artists'
alias wifilist='nmcli device wifi list'
export PATH=$PATH:~/scripts:/usr/local/go/bin export PATH=$PATH:~/scripts:/usr/local/go/bin
export npm_config_prefix=~/.node_modules export npm_config_prefix=~/.node_modules
@ -148,7 +149,7 @@ updateconfigs (){
needReboot(){ needReboot(){
NEXTLINE=0 NEXTLINE=0
FIND="" FIND=""
for I in `file /boot/vmlinuz*`; do for I in `file /boot/vmlinuz-*-*`; do
if [ ${NEXTLINE} -eq 1 ]; then if [ ${NEXTLINE} -eq 1 ]; then
FIND="${I}" FIND="${I}"
echo -e "\n\nCurrent kernel version is $FIND\n\n" echo -e "\n\nCurrent kernel version is $FIND\n\n"
@ -179,3 +180,11 @@ needReboot(){
fi fi
fi fi
} }
squish(){
if [ -z $@ ]; then
echo -e "\nName a file, asshole\n"
else
pv $@ | gzip -9 > "$@.gz"
fi
}

View File

@ -0,0 +1,3 @@
VNAe20IFaHael_Sc8z4drO2T5Out5Y5pMX_tgIuiepgXDOKAj_NekLhryQVWps-0NhhBb5A.
p0
.

View File

@ -79,7 +79,7 @@ mpris-enabled = false
# #
gmusic.user = bradart.ink@gmail.com gmusic.user = bradart.ink@gmail.com
gmusic.password = jmaiymbyelyztgid gmusic.password = jmaiymbyelyztgid
gmusic.device_id = 1019282736445647 gmusic.device_id = e2d58e43db09fd91908930e13a23b25eb77e3506261bb7b50760fb8681e3968f
# SoundCloud configuration # SoundCloud configuration