3 lines
102 B
Bash
3 lines
102 B
Bash
# Alias to always output -t term formatted lowdown instead of html (!?!?)
|
|
alias ldt='lowdown -t term'
|