mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-10-29 11:45:27 +00:00
8 lines
88 B
Fish
8 lines
88 B
Fish
function refresh
|
|
while true
|
|
sleep 1
|
|
clear
|
|
$argv
|
|
end
|
|
end
|