fish/alias.fish

17 lines
271 B
Fish
Raw 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
2025-01-24 13:03:32 +00:00
#/run/current-system/sw/bin/clear
2023-11-27 12:04:59 +00:00
/bin/clear
if test -e $NOT_SAFE
2025-01-24 13:03:32 +00:00
# hyfetch
2023-07-19 20:09:47 +01:00
else
end
end