Misc changes

Fuck it
This commit is contained in:
Geoffrey Frogeye 2021-10-17 14:38:26 +02:00
parent 0b72ee071e
commit a801c86563
3 changed files with 4 additions and 2 deletions

View File

@ -11,3 +11,4 @@ highlight
{% endif %}
{# For nvim's :Telescope live_grep #}
ripgrep
{# EOF #}

View File

@ -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

View File

@ -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,