mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 00:00:44 +01:00
18 lines
479 B
Fish
18 lines
479 B
Fish
# SPDX-FileCopyrightText: 2025 Ryan Cao <hello@ryanccn.dev>
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
if status is-interactive
|
|
nix-your-shell fish | source
|
|
|
|
if command -q nrr
|
|
source "$(COMPLETE=fish nrr | psub)"
|
|
if command -q nrx
|
|
source "$(COMPLETE=fish nrx | psub)"
|
|
end
|
|
end
|
|
|
|
if set -q GHOSTTY_RESOURCES_DIR
|
|
source "$GHOSTTY_RESOURCES_DIR/shell-integration/fish/vendor_conf.d/ghostty-shell-integration.fish"
|
|
end
|
|
end
|