9 lines
154 B
Fish
9 lines
154 B
Fish
function cclear
|
|
if test -e /nix then
|
|
/run/current-system/sw/bin/clear
|
|
else
|
|
/bin/clear
|
|
end
|
|
end
|
|
alias clear "cclear && hyfetch"
|