mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 16:10:45 +01:00
8 lines
200 B
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
|