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' }