Update fish
This commit is contained in:
parent
94965b353c
commit
5ca39243e8
2 changed files with 2 additions and 1 deletions
|
@ -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" ];
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{ lib, ... }: {
|
||||
stylix.targets.tmux.enable = lib.mkForce false;
|
||||
stylix.targets.fish.enable = lib.mkForce false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue