5 lines
84 B
Fish
5 lines
84 B
Fish
|
# refish = reload the fish config
|
||
|
function refish
|
||
|
. ~/.config/fish/config.fish
|
||
|
end
|