diff options
| author | Fuwn <[email protected]> | 2024-09-06 21:44:15 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-06 21:44:15 -0700 |
| commit | 631db27b5bd90acf457fb25e1992865ee0b61ad3 (patch) | |
| tree | 60ecce5ea495580b8da77e0220b4f477a98a4026 /home/ebisu/fortune/system/shell | |
| parent | Bump (diff) | |
| download | nixos-config-631db27b5bd90acf457fb25e1992865ee0b61ad3.tar.xz nixos-config-631db27b5bd90acf457fb25e1992865ee0b61ad3.zip | |
Bump: tty
Diffstat (limited to 'home/ebisu/fortune/system/shell')
| -rw-r--r-- | home/ebisu/fortune/system/shell/fish.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/ebisu/fortune/system/shell/fish.nix b/home/ebisu/fortune/system/shell/fish.nix index 8d63c29..0a43859 100644 --- a/home/ebisu/fortune/system/shell/fish.nix +++ b/home/ebisu/fortune/system/shell/fish.nix @@ -36,6 +36,7 @@ set HISTSIZE -1 set HISTFILESIZE -1 set SAVEHIST -1 + set GPG_TTY (tty) bind \ce edit_command_buffer |