dotfiles/user/fish/.config/fish/functions/cal.fish

4 lines
104 B
Fish
Raw Normal View History

2021-10-14 21:29:42 +00:00
function cal --description 'alias cal cal -w --always=color'
command cal -w --color=always $argv;
end