mirror of
https://github.com/alrayyes/dotfiles/
synced 2023-11-14 15:56:30 +00:00
This should be in public dotfiles
This commit is contained in:
parent
077e74a160
commit
ad5c7eb842
@ -59,10 +59,10 @@ set -x VISUAL "nvim"
|
|||||||
set -x EDITOR "nvim"
|
set -x EDITOR "nvim"
|
||||||
|
|
||||||
# Enable password store extensions
|
# Enable password store extensions
|
||||||
set -x PASSWORD_STORE_ENABLE_EXTENSIONS "true"
|
set -g PASSWORD_STORE_ENABLE_EXTENSIONS "true"
|
||||||
|
|
||||||
# Make sure pass uses the proper directory
|
# Make sure pass uses the proper directory
|
||||||
set -x PASSWORD_STORE_DIR ~/.local/share/pass
|
set -g PASSWORD_STORE_DIR ~/.local/share/pass
|
||||||
|
|
||||||
# Use alternative muhome
|
# Use alternative muhome
|
||||||
set -x MU_HOME ~/.cache/mu
|
set -x MU_HOME ~/.cache/mu
|
||||||
|
@ -1,26 +0,0 @@
|
|||||||
defaults
|
|
||||||
auth on
|
|
||||||
tls on
|
|
||||||
tls_trust_file /etc/ssl/certs/ca-certificates.crt
|
|
||||||
logfile ~/.config/msmtp/msmtp.log
|
|
||||||
|
|
||||||
account ryankes
|
|
||||||
host smtp.mailbox.org
|
|
||||||
port 587
|
|
||||||
from ryan@ryankes.eu
|
|
||||||
user ryan@ryankes.eu
|
|
||||||
passwordeval "getpassword ryankes"
|
|
||||||
|
|
||||||
account gmail
|
|
||||||
host smtp.gmail.com
|
|
||||||
port 587
|
|
||||||
from alrayyes@gmail.com
|
|
||||||
user alrayyes@gmail.com
|
|
||||||
passwordeval "getpassword gmail"
|
|
||||||
|
|
||||||
account andthensome
|
|
||||||
host smtp.gmail.com
|
|
||||||
port 587
|
|
||||||
from ryan@andthensome.nl
|
|
||||||
user ryan@andthensome.nl
|
|
||||||
passwordeval "getpassword andthensome"
|
|
Loading…
Reference in New Issue
Block a user