mirror of
https://github.com/mitchell/dotfiles.git
synced 2025-12-17 12:27:22 +00:00
Add refresh, vm_inst, and vm_rm fish functions
This commit is contained in:
parent
cf153415cd
commit
58260679c1
3 changed files with 61 additions and 0 deletions
7
.config/fish/functions/refresh.fish
Normal file
7
.config/fish/functions/refresh.fish
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
function refresh
|
||||
while true
|
||||
sleep 1
|
||||
clear
|
||||
$argv
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue