From b264ebf1d9701217fad12ea2abe4e3ab27a74402 Mon Sep 17 00:00:00 2001 From: herz Date: Thu, 9 May 2024 11:52:06 +0200 Subject: [PATCH] moved nvm to extra file --- .gitignore | 2 ++ .zshrc | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1dc7c98 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +#ignore zshrc_manual +/.zshrc_manual diff --git a/.zshrc b/.zshrc index 83bca1e..27dbc60 100644 --- a/.zshrc +++ b/.zshrc @@ -112,4 +112,7 @@ source $ZSH/oh-my-zsh.sh # disown #fi eval "$(oh-my-posh init zsh)" -eval "$(ssh-agent)" +#eval "$(ssh-agent)" + + +source ~/.pgr-linux-defaults/.zshrc_manual