A few more small changes
authorAmin Bandali <bandali@gnu.org>
Sun, 22 Nov 2020 04:59:40 +0000 (23:59 -0500)
committerAmin Bandali <bandali@gnu.org>
Sun, 22 Nov 2020 04:59:40 +0000 (23:59 -0500)
.config/isync/mbsyncrc
.config/mpd/mpd.conf
.config/msmtp/config
.profile

index 7915a05..1cd2e3a 100644 (file)
@@ -34,6 +34,7 @@ Host mail.shemshak.org
 User gnu@bndl.org
 PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gnub.gpg"
 SSLType IMAPS
+Timeout 30
 
 IMAPStore gnub-remote
 Account gnub
index b1e1e79..75d8772 100644 (file)
@@ -10,7 +10,7 @@
 # be disabled and audio files will only be accepted over ipc socket (using
 # file:// protocol) or streaming files over an accepted protocol.
 #
-music_directory                "~/usr/music"
+music_directory                "~/u/music"
 #
 # This setting sets the MPD internal playlist directory. The purpose of this
 # directory is storage for playlists created by MPD. The server will use 
index f4be501..13e9d88 100644 (file)
@@ -9,7 +9,7 @@ logfile ~/.msmtp.log
 account shemshak
 host mail.shemshak.org
 # use `msmtp -a shemshak --serverinfo --tls --tls-certcheck=off --tls-fingerprint=` to get the current fingerprint
-tls_fingerprint A9:B8:79:CE:47:F7:E8:EB:7B:0D:C5:3E:1E:35:72:A0:03:E3:A2:1A:A9:1C:24:34:6E:F9:9E:78:89:67:11:E3
+tls_fingerprint 3C:DA:93:CD:5A:B7:04:2D:08:7F:E4:DF:59:07:A4:75:43:3E:5A:A6:54:D8:AA:94:FE:F2:BC:C4:2B:B5:97:A6
 tls_starttls on
 from amin@shemshak.org
 user bandali@shemshak.org
index 555bfb4..5e70783 100644 (file)
--- a/.profile
+++ b/.profile
@@ -38,7 +38,7 @@ export MAILDIR="$HOME/mail"
 export CVS_RSH="ssh"
 
 if [ -x "$(command -v go)" ]; then
-    export GOPATH="$HOME/src/go"
+    export GOPATH="$HOME/s/go"
     export PATH="$GOPATH/bin:$PATH"
 fi
 
@@ -80,7 +80,7 @@ export PATH="$HOME/u/local/bin:$HOME/.local/bin:$PATH"
 # start an ssh-agent (with guix's openssh)
 if [ -z "$IS_GUIX_SYSTEM" ]; then
     if ! pgrep -u "$USER" ssh-agent > /dev/null; then
-        rm ~/.ssh-agent-thing
+        rm -f ~/.ssh-agent-thing
         ssh-agent > ~/.ssh-agent-thing
     fi
     if [[ ! "$SSH_AUTH_SOCK" ]]; then