From a5317e85f0210beb3a6adb2f41284989cbe63372 Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Mon, 4 Nov 2024 10:36:49 -0800 Subject: [PATCH] cleanup shell init --- home.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home.nix b/home.nix index 380415b..62f2f9c 100644 --- a/home.nix +++ b/home.nix @@ -245,11 +245,8 @@ ''; interactiveShellInit = '' - set -xg PATH $HOME/bin $HOME/.cargo/bin $PATH eval (direnv hook fish) any-nix-shell fish --info-right | source - eval (ssh-agent -c) - ssh-add ~/.ssh/id_ed25519 --apple-use-keychain --apple-load-keychain ''; shellAliases = {