From a7cd5bcc3ddd2acacd8146b5035b51c8f3d05514 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 19 May 2024 23:01:00 -0400 Subject: [PATCH] fish: Drop $TERMCMD Not needed since we don't use ranger anymore. --- home/fish.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/home/fish.nix b/home/fish.nix index 752dd22e..2b0344b4 100644 --- a/home/fish.nix +++ b/home/fish.nix @@ -1,5 +1,3 @@ -{ ... }: - { programs.fish = { enable = true; @@ -9,7 +7,6 @@ export PATH="$HOME/.local/bin:$PATH" export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" - export TERMCMD="kitty --single-instance" export DIRENV_LOG_FORMAT="" export GPG_TTY=(tty)