mirror of https://github.com/mitchell/dotfiles.git
9 lines
145 B
Fish
9 lines
145 B
Fish
|
function redisco
|
||
|
while pgrep Discord >/dev/null 2>&1
|
||
|
pkill Discord
|
||
|
sleep 1
|
||
|
end
|
||
|
|
||
|
discord >/dev/null 2>&1 & disown
|
||
|
end
|