mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-06-19 20:55:34 +00:00
8 lines
88 B
Fish
8 lines
88 B
Fish
function refresh
|
|
while true
|
|
sleep 1
|
|
clear
|
|
$argv
|
|
end
|
|
end
|