7 lines
135 B
Fish
7 lines
135 B
Fish
if status is-interactive
|
|
# Commands to run in interactive sessions can go here
|
|
end
|
|
|
|
fish_add_path ~/.local/bin
|
|
abbr -a -- hx helix
|