diff options
| author | seth <[email protected]> | 2023-03-13 18:14:41 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-03-13 18:15:23 -0400 |
| commit | 93b5d17fbd32c6de63920aaa40821be255bfc9dd (patch) | |
| tree | a7147c8a22be74f6ecbd45dd80cc6d2ed96c7113 /users/seth/shell/default.nix | |
| parent | 97e2a9823e3e421f547c3417aa7df7ef5834db29 (diff) | |
remove puffer-fish, fix autopair for fish
Diffstat (limited to 'users/seth/shell/default.nix')
| -rw-r--r-- | users/seth/shell/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |
