aboutsummaryrefslogtreecommitdiff
path: root/modules/base/fish/functions/restart.fish
blob: 191fe791e8168a955ab9e1473573c9536560100a (plain)
1
2
3
function restart
    clear; exec fish
end