This commit is contained in:
c c 2026-06-22 17:21:34 +02:00
commit 1ee5e8f7bd
4 changed files with 19 additions and 4 deletions

View file

@ -1,8 +1,15 @@
if status is-interactive
# Commands to run in interactive sessions can go here
atuin init fish | source
end
fish_add_path ~/.local/bin
fish_add_path ~/.cargo/bin
# test nix integration
fish_add_path ~/.nix-profile/bin
set -gxa XDG_DATA_DIRS $HOME/.nix-profile/share
abbr -a -- hx helix
set -gx EDITOR helix