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 %} {% endif %}
{# For nvim's :Telescope live_grep #} {# For nvim's :Telescope live_grep #}
ripgrep ripgrep
{# EOF #}

View file

@ -18,7 +18,8 @@ then
# Copying files # Copying files
grep -o '^[^#]*' ~/.config/shell/trimmed.bash > "${WORK}/.bashrc" grep -o '^[^#]*' ~/.config/shell/trimmed.bash > "${WORK}/.bashrc"
grep -o '^[^#]*' ~/.config/inputrc > "${WORK}/.inputrc" 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}" #mkdir -p "${WORK}/terminfo/${TERM:0:1}"
#if [ -f "/usr/share/terminfo/${TERM:0:1}/${TERM}" ] #if [ -f "/usr/share/terminfo/${TERM:0:1}/${TERM}" ]
#then #then

View file

@ -678,7 +678,7 @@ class MelCLI:
Handles the user input and run asked operations. 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( def apply_msgs_input(
self, self,