From 93b5d17fbd32c6de63920aaa40821be255bfc9dd Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 13 Mar 2023 18:14:41 -0400 Subject: remove puffer-fish, fix autopair for fish --- users/seth/shell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/seth/shell/default.nix') diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index f637e03..0811779 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -42,7 +42,7 @@ sessionVariables = { EDITOR = "nvim"; VISUAL = "$EDITOR"; - GPG_TTY = "$TTY"; + GPG_TTY = "$(tty)"; CARGO_HOME = "${config.xdg.dataHome}/cargo"; RUSTUP_HOME = "${config.xdg.dataHome}/rustup"; LESSHISTFILE = "${config.xdg.stateHome}/less/history"; -- cgit v1.2.3