One little whitespace gets its very own commit! Oh, life is so erratic!
This commit is contained in:
parent
2149d47aab
commit
a504367cc3
11
Arch/.bashrc
11
Arch/.bashrc
@ -46,6 +46,7 @@ alias mirrorupdate='curl -s "https://www.archlinux.org/mirrorlist/?country=US&pr
|
||||
alias bashrc='source ~/.bashrc'
|
||||
alias iotop='sudo iotop'
|
||||
alias artistradio='tizonia --spotify-related-artists'
|
||||
alias wifilist='nmcli device wifi list'
|
||||
|
||||
export PATH=$PATH:~/scripts:/usr/local/go/bin
|
||||
export npm_config_prefix=~/.node_modules
|
||||
@ -148,7 +149,7 @@ updateconfigs (){
|
||||
needReboot(){
|
||||
NEXTLINE=0
|
||||
FIND=""
|
||||
for I in `file /boot/vmlinuz*`; do
|
||||
for I in `file /boot/vmlinuz-*-*`; do
|
||||
if [ ${NEXTLINE} -eq 1 ]; then
|
||||
FIND="${I}"
|
||||
echo -e "\n\nCurrent kernel version is $FIND\n\n"
|
||||
@ -179,3 +180,11 @@ needReboot(){
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
||||
squish(){
|
||||
if [ -z $@ ]; then
|
||||
echo -e "\nName a file, asshole\n"
|
||||
else
|
||||
pv $@ | gzip -9 > "$@.gz"
|
||||
fi
|
||||
}
|
||||
|
3
tizonia/.bradart.ink@gmail.com.auth_token
Normal file
3
tizonia/.bradart.ink@gmail.com.auth_token
Normal file
@ -0,0 +1,3 @@
|
||||
VNAe20IFaHael_Sc8z4drO2T5Out5Y5pMX_tgIuiepgXDOKAj_NekLhryQVWps-0NhhBb5A.
|
||||
p0
|
||||
.
|
@ -79,7 +79,7 @@ mpris-enabled = false
|
||||
#
|
||||
gmusic.user = bradart.ink@gmail.com
|
||||
gmusic.password = jmaiymbyelyztgid
|
||||
gmusic.device_id = 1019282736445647
|
||||
gmusic.device_id = e2d58e43db09fd91908930e13a23b25eb77e3506261bb7b50760fb8681e3968f
|
||||
|
||||
|
||||
# SoundCloud configuration
|
||||
|
Loading…
Reference in New Issue
Block a user