mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-02 07:07:46 +00:00
clear screen buf on mac / change ansi sequence (#159)
This commit is contained in:
parent
8b03a86407
commit
68ad1695d0
1 changed files with 1 additions and 1 deletions
|
@ -3,6 +3,6 @@
|
||||||
|
|
||||||
def cls [] {
|
def cls [] {
|
||||||
ansi cls
|
ansi cls
|
||||||
ansi home
|
|
||||||
ansi clsb
|
ansi clsb
|
||||||
|
ansi home
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue