copy fish after installing fish

This commit is contained in:
Wintermute 2025-02-02 19:52:00 +01:00
parent 1fdf0a1f3f
commit 7ff1de3c4c
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,5 @@
fish_add_path /root/.cargo/bin/
if status is-interactive
fish_add_path /root/.cargo/bin/
# Commands to run in interactive sessions can go here
end