summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.config/isync/mbsyncrc1
-rw-r--r--.config/mpd/mpd.conf2
-rw-r--r--.config/msmtp/config2
-rw-r--r--.profile4
4 files changed, 5 insertions, 4 deletions
diff --git a/.config/isync/mbsyncrc b/.config/isync/mbsyncrc
index 7915a05..1cd2e3a 100644
--- a/.config/isync/mbsyncrc
+++ b/.config/isync/mbsyncrc
@@ -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
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf
index b1e1e79..75d8772 100644
--- a/.config/mpd/mpd.conf
+++ b/.config/mpd/mpd.conf
@@ -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
diff --git a/.config/msmtp/config b/.config/msmtp/config
index f4be501..13e9d88 100644
--- a/.config/msmtp/config
+++ b/.config/msmtp/config
@@ -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
diff --git a/.profile b/.profile
index 555bfb4..5e70783 100644
--- 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