Update fish

This commit is contained in:
albert 2024-04-29 13:27:25 +09:00
parent 94965b353c
commit 5ca39243e8
No known key found for this signature in database
GPG key ID: 64F6C4EB46C4543A
2 changed files with 2 additions and 1 deletions

View file

@ -5,7 +5,7 @@
programs.fish = {
enable = true;
interactiveShellInit = ''
set GPG_TTY $tty
# set GPG_TTY $tty
set EDITOR vim
ssh-add > /dev/null &> /dev/null
if [ -z "$DISABLE_TMUX" ] && [ -z "$TMUX" ];

View file

@ -1,3 +1,4 @@
{ lib, ... }: {
stylix.targets.tmux.enable = lib.mkForce false;
stylix.targets.fish.enable = lib.mkForce false;
}