AutoYADM commit: 2025-03-17 22:12:43

This commit is contained in:
Daniel Fichtinger 2025-03-17 22:12:43 -04:00
parent aed7fda0ba
commit 8572b3cc09
3 changed files with 7 additions and 2 deletions

View file

@ -52,3 +52,6 @@
.config/maildir-rank-addr
.config/goimapnotify
.config/aerc
.notmuch-config
.mbsyncrc
.config/mail

View file

@ -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

4
.zshrc
View file

@ -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 &
}