1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 16:10:45 +01:00
flake/home/programs/fish/conf.d/99_interactive.fish

8 lines
200 B
Fish

if status is-interactive
# nix-your-shell
nix-your-shell fish | source
if test -e "$HOME/.iterm2_shell_integration.fish"
source "$HOME/.iterm2_shell_integration.fish"
end
end