From f8a0ade6294714d90cab1d521756e5ddafdebf94 Mon Sep 17 00:00:00 2001 From: Andreas Zweili Date: Wed, 21 Feb 2024 17:47:10 +0100 Subject: [PATCH] Remove unused config from bashrc --- home-manager/profiles/work-wsl.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home-manager/profiles/work-wsl.nix b/home-manager/profiles/work-wsl.nix index d19ed72..147d811 100644 --- a/home-manager/profiles/work-wsl.nix +++ b/home-manager/profiles/work-wsl.nix @@ -71,9 +71,6 @@ az-starship.enable = true; az-tmux.enable = true; bash = { - bashrcExtra = '' - . /home/zweili/.nix-profile/etc/profile.d/nix.sh - ''; shellAliases = { work-management = "mosh --ssh='ssh -i ~/.ssh/zweili.key' zweili@10.49.0.100 -- tmux new -A -s 0"; work-vm = ''ssh andreas@localhost -p 2222 -t "$@" "tmux new -A -s 0"'';