Add define_env function for define environment
This commit is contained in:
parent
da921ae09a
commit
7680d8c96c
3 changed files with 45 additions and 1 deletions
|
@ -37,3 +37,6 @@ install_service "services/mail.timer" 1
|
|||
|
||||
# Symblink an executable to $HOME\.local\bin\
|
||||
install_bin "bin/check_mails.sh"
|
||||
|
||||
# Define the environment variable for Notmuch
|
||||
define_env "NOTMUCH_CONFIG" "~/.config/notmuch"
|
||||
|
|
Reference in a new issue