diff --git a/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 b/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 index 20fbef4..ec52f2e 100644 --- a/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 +++ b/config/automatrop/roles/software/templates/snippets/pm_dev_common.j2 @@ -11,3 +11,4 @@ highlight {% endif %} {# For nvim's :Telescope live_grep #} ripgrep +{# EOF #} diff --git a/config/scripts/bsh b/config/scripts/bsh index 306e6a6..df5abd9 100755 --- a/config/scripts/bsh +++ b/config/scripts/bsh @@ -18,7 +18,8 @@ then # Copying files grep -o '^[^#]*' ~/.config/shell/trimmed.bash > "${WORK}/.bashrc" grep -o '^[^#]*' ~/.config/inputrc > "${WORK}/.inputrc" - grep -o '^[^"]*' ~/.config/vim/vimconfig.vim > "${WORK}/.vimrc" + # grep -o '^[^"]*' ~/.config/vim/vimconfig.vim > "${WORK}/.vimrc" + # TODO Above file doesn't work anymore with automatrop #mkdir -p "${WORK}/terminfo/${TERM:0:1}" #if [ -f "/usr/share/terminfo/${TERM:0:1}/${TERM}" ] #then diff --git a/config/scripts/mel b/config/scripts/mel index 9b0f8c3..e68c562 100755 --- a/config/scripts/mel +++ b/config/scripts/mel @@ -678,7 +678,7 @@ class MelCLI: Handles the user input and run asked operations. """ - VERBOSITY_LEVELS = ["DEBUG", "INFO", "WARNING", "ERROR", "FATAL"] + VERBOSITY_LEVELS = ["NOTSET", "DEBUG", "INFO", "WARNING", "ERROR", "CRITICAL"] def apply_msgs_input( self,