mirror of https://github.com/mitchell/dotfiles.git
8 lines
88 B
Fish
8 lines
88 B
Fish
|
function refresh
|
||
|
while true
|
||
|
sleep 1
|
||
|
clear
|
||
|
$argv
|
||
|
end
|
||
|
end
|