fish/alias.fish

9 lines
154 B
Fish
Raw Normal View History

2023-07-19 20:09:47 +01:00
function cclear
if test -e /nix then
/run/current-system/sw/bin/clear
else
/bin/clear
end
end
2023-07-09 18:26:37 +01:00
alias clear "cclear && hyfetch"