diff options
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/nuke | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/nuke b/.local/bin/nuke index e7da6b6..e2925b6 100755 --- a/.local/bin/nuke +++ b/.local/bin/nuke  | |||
| @@ -227,7 +227,7 @@ handle_extension() { | |||
| 227 | ## Markdown | 227 | ## Markdown | 
| 228 | md) | 228 | md) | 
| 229 | if type glow >/dev/null 2>&1; then | 229 | if type glow >/dev/null 2>&1; then | 
| 230 | glow -sdark "${FPATH}" | eval "$PAGER" | 230 | glow -p "${FPATH}" | 
| 231 | exit 0 | 231 | exit 0 | 
| 232 | elif type lowdown >/dev/null 2>&1; then | 232 | elif type lowdown >/dev/null 2>&1; then | 
| 233 | lowdown -Tterm "${FPATH}" | eval "$PAGER" | 233 | lowdown -Tterm "${FPATH}" | eval "$PAGER" | 
