From 78f6078057db3727a9174e87ebf1756e228bcf1a Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Tue, 7 Jan 2025 16:55:04 -0500 Subject: [PATCH] AutoYADM commit: 2025-01-07 16:55:03 --- .zshrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index b5252275..91c1b904 100644 --- a/.zshrc +++ b/.zshrc @@ -26,7 +26,6 @@ source ~/.config/zsh/fzf.zsh # Not working for some reason... # source ~/.config/zsh/fzf-git.sh -alias gitfetch="onefetch" # alias ls="eza -lh --git" # alias ls="eza --long --color=always --git --header --icons --no-user" @@ -78,6 +77,9 @@ 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" fpath=(~/.zsh.d/ $fpath) unalias ls +function nh() { + nohup "$@" > /dev/null 2>&1 & +} function ls() { eza --long --color=always --git --header --icons "$@" }