From 59141c8874d498fbc7c96726d7b1d525c5def984 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Tue, 6 Sep 2022 07:49:29 -0500 Subject: [PATCH] format --- home/executable_dot_xprofile | 1 - lib/function.zsh | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/home/executable_dot_xprofile b/home/executable_dot_xprofile index 322e540..99261f6 100644 --- a/home/executable_dot_xprofile +++ b/home/executable_dot_xprofile @@ -11,4 +11,3 @@ unclutter --timeout 1 & ~/.config/qtile/.colors/colors.py SKIP_WM_RESET=1 autorandr -c --default default - diff --git a/lib/function.zsh b/lib/function.zsh index 24d38fc..bccd2f7 100755 --- a/lib/function.zsh +++ b/lib/function.zsh @@ -81,7 +81,7 @@ help() { } format-qmd() { - # TODO: add support for outputs - jupytext --from qmd $1 --pipe black - jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all' + # TODO: add support for outputs + jupytext --from qmd $1 --pipe black + jupytext --from qmd $1 --pipe black --opt 'notebook_metadata_filter=-all' }