Skip to content

kisaragi-hiu/fish-restart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

restart

Restart a program.

function restart
    pkill $argv[1]
    launch $argv[1]
end

Install

With fisherman:

fisher kisaragi-hiu/restart

Or, alternatively, just copy the definition above into your configuration.

Usage

restart compton

Releases

No releases published

Packages

No packages published

Languages