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

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