fish/alias.fish

16 lines
231 B
Fish
Raw Permalink Normal View History

2023-07-19 20:09:47 +01:00
function cclear
2023-11-27 12:04:59 +00:00
/bin/clear
# if test -e '/nix'
# /run/current-system/sw/bin/clear
# else
# /bin/clear
# end
end
function clear
/bin/clear
if test -e $NOT_SAFE
hyfetch
2023-07-19 20:09:47 +01:00
else
end
end