Misc changes
Fuck it
This commit is contained in:
parent
0b72ee071e
commit
a801c86563
|
@ -11,3 +11,4 @@ highlight
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{# For nvim's :Telescope live_grep #}
|
{# For nvim's :Telescope live_grep #}
|
||||||
ripgrep
|
ripgrep
|
||||||
|
{# EOF #}
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue