Now fish config file is sourced when the shell is opened by Emacs EAT

This commit is contained in:
Andrea Ciceri 2024-01-03 18:23:59 +01:00
parent ae3908ba62
commit 69ba3f504f
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -110,7 +110,7 @@
programs.fish = {
enable = true;
loginShellInit = ''
shellInit = ''
if [ -z "$DISPLAY" ] && [ "$(tty)" = "/dev/tty1" ]
exec dbus-run-session Hyprland
end