AutoYADM commit: 2025-02-10 14:55:05

This commit is contained in:
Daniel Fichtinger 2025-02-10 14:55:05 -05:00
parent dd1c4bd455
commit f9d6e81e2c

1
.zshrc
View file

@ -86,6 +86,7 @@ alias yadmadd="~/dev/autoyadm/yadmadd.sh"
export PATH="$PATH:/home/fic/.local/bin:/home/fic/.cargo/bin:/home/fic/go/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)
function nh() {
nohup "$@" > /dev/null 2>&1 &