4 lines
242 B
Fish
4 lines
242 B
Fish
# Defined in - @ line 0
|
|
function dclock --description 'alias dclock dclock -miltime -fg red -led_off black -seconds -scroll -notails &; disown; exit'
|
|
command dclock -miltime -fg red -led_off black -scroll -notails &; disown; exit $argv;
|
|
end
|