diff --git a/.config/yadm/tracked b/.config/yadm/tracked index 4b4bddff..f42121ec 100644 --- a/.config/yadm/tracked +++ b/.config/yadm/tracked @@ -52,3 +52,6 @@ .config/maildir-rank-addr .config/goimapnotify .config/aerc +.notmuch-config +.mbsyncrc +.config/mail diff --git a/.config/yazi/bookmark b/.config/yazi/bookmark index 49684b12..6f03de7a 100644 --- a/.config/yazi/bookmark +++ b/.config/yazi/bookmark @@ -2,8 +2,8 @@ Videos /home/fic/Videos v Videos /home/fic/Videos/ v SyncDocuments /home/fic/SyncDocuments s SyncDocuments /home/fic/SyncDocuments/ s -Pictures /home/fic/Pictures p Pictures /home/fic/Pictures/ p +Pictures /home/fic/Pictures p Downloads /home/fic/Downloads D Downloads /home/fic/Downloads/ D Documents /home/fic/Documents d diff --git a/.zshrc b/.zshrc index 058c4e32..d1439d24 100644 --- a/.zshrc +++ b/.zshrc @@ -113,7 +113,9 @@ export PATH="$PATH:/home/fic/.eget/bin" export PATH="$PATH:/home/fic/.local/share/bob/nvim-bin" export PATH="$PATH:/home/fic/.luarocks/bin" export PATH="$PATH:/home/fic/.local/share/npm/bin" -fpath=(~/.zsh.d/ $fpath) +fpath=(~/.zsh/functions $fpath) +autoload -Uz syncthing_menu +# fpath=(~/.zsh.d/ $fpath) function noh() { nohup "$@" >/dev/null 2>&1 & }