diff --git a/.config/bash/bashrc b/.config/bash/bashrc index 28e503f..0b54a9c 100644 --- a/.config/bash/bashrc +++ b/.config/bash/bashrc @@ -13,7 +13,7 @@ _location=".config/bash/bashrc" # - https://heptapod.host/flowblok/shell-startup/-/blob/branch/default/.bashrc # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/bash/env.bash b/.config/bash/env.bash index a20246e..3afaffd 100644 --- a/.config/bash/env.bash +++ b/.config/bash/env.bash @@ -2,7 +2,7 @@ _location=".config/bash/env.bash" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/bash/interactive.bash b/.config/bash/interactive.bash index d10b908..72551fd 100644 --- a/.config/bash/interactive.bash +++ b/.config/bash/interactive.bash @@ -2,7 +2,7 @@ _location=".config/bash/interactive.bash" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/bash/login.bash b/.config/bash/login.bash index b151293..745d778 100644 --- a/.config/bash/login.bash +++ b/.config/bash/login.bash @@ -2,7 +2,7 @@ _location=".config/bash/login.bash" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/bash/logout.bash b/.config/bash/logout.bash index b0699b0..aeb8245 100644 --- a/.config/bash/logout.bash +++ b/.config/bash/logout.bash @@ -2,7 +2,7 @@ _location=".config/bash/logout.bash" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/bash/profile.bash b/.config/bash/profile.bash index 70e4d89..4a3d492 100644 --- a/.config/bash/profile.bash +++ b/.config/bash/profile.bash @@ -1,5 +1,5 @@ #!/usr/bin/env bash -_location=".config/bash/profile.bash" +# _location=".config/bash/profile.bash" # {{{ _debug=y # Comment this out to disable debuging. diff --git a/.config/bash/prompt.bash b/.config/bash/prompt.bash index f32ba14..d7167a9 100644 --- a/.config/bash/prompt.bash +++ b/.config/bash/prompt.bash @@ -2,7 +2,7 @@ _location=".config/bash/prompt.bash" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/fish/conf.d/custom-fzf.fish b/.config/fish/conf.d/custom-fzf.fish index 4253072..9d2b893 100644 --- a/.config/fish/conf.d/custom-fzf.fish +++ b/.config/fish/conf.d/custom-fzf.fish @@ -2,7 +2,7 @@ set _location ".config/fish/conf.d/custom-fzf.fish" # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/fish/conf.d/load-posix-profiles.fish b/.config/fish/conf.d/load-posix-profiles.fish index 8a1d8cd..d7ae23a 100644 --- a/.config/fish/conf.d/load-posix-profiles.fish +++ b/.config/fish/conf.d/load-posix-profiles.fish @@ -11,7 +11,7 @@ set _location ".config/fish/conf.d/load-posix-profiles.fish" # problem if I did not insist on wanting to run so many different shells.) # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/fish/config.fish b/.config/fish/config.fish index 71e7cf4..8dc7aa2 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -7,7 +7,7 @@ set _location ".config/fish/config.fish" # ~/.config/posix-common/[..] where possible. # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/fish/interactive.fish b/.config/fish/interactive.fish index ff9c15d..b3f6326 100644 --- a/.config/fish/interactive.fish +++ b/.config/fish/interactive.fish @@ -2,7 +2,7 @@ set _location ".config/fish/interactive.fish" # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/fish/login.fish b/.config/fish/login.fish index 7415c6e..bc79332 100644 --- a/.config/fish/login.fish +++ b/.config/fish/login.fish @@ -6,7 +6,7 @@ set _location ".config/fish/login.fish" # But perhaps not things like aliases for 'ls' quite yet. # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/fish/logout.fish b/.config/fish/logout.fish index 1c36769..816eb9a 100644 --- a/.config/fish/logout.fish +++ b/.config/fish/logout.fish @@ -2,7 +2,7 @@ set _location ".config/fish/logout.fish" # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/fish/prompt.fish b/.config/fish/prompt.fish index f4e93c7..348c943 100644 --- a/.config/fish/prompt.fish +++ b/.config/fish/prompt.fish @@ -2,7 +2,7 @@ set _location ".config/fish/prompt.fish" # {{{ -set _debug y # Comment this out to disable DEBUGing. +# set _debug y # Comment this out to disable DEBUGing. set _blue "\033[34m" set _magenta "\033[35m" set _green "\033[92m" diff --git a/.config/posix-common/aliases.d/common_aliases.sh b/.config/posix-common/aliases.d/common_aliases.sh index 6551593..611bb99 100644 --- a/.config/posix-common/aliases.d/common_aliases.sh +++ b/.config/posix-common/aliases.d/common_aliases.sh @@ -7,7 +7,7 @@ _location=".config/posix-common/aliases.d/common-aliases.sh" # that in common-envs.sh instead. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/aliases.d/less-and-bat.sh b/.config/posix-common/aliases.d/less-and-bat.sh index 0291fc0..6e8057c 100644 --- a/.config/posix-common/aliases.d/less-and-bat.sh +++ b/.config/posix-common/aliases.d/less-and-bat.sh @@ -7,7 +7,7 @@ _location=".config/posix-common/aliases.d/less-and-bat.sh" # that in common-envs.sh instead. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/aliases.d/ls.sh b/.config/posix-common/aliases.d/ls.sh index 586dd77..116ee55 100644 --- a/.config/posix-common/aliases.d/ls.sh +++ b/.config/posix-common/aliases.d/ls.sh @@ -7,7 +7,7 @@ _location=".config/posix-common/aliases.d/ls.sh" # that in common-envs.sh instead. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/aliases.d/net-aliases.sh b/.config/posix-common/aliases.d/net-aliases.sh index 22feb88..6a4b218 100644 --- a/.config/posix-common/aliases.d/net-aliases.sh +++ b/.config/posix-common/aliases.d/net-aliases.sh @@ -4,7 +4,7 @@ _location=".config/posix-common/aliases.d/net-aliases.sh" # These are shortcuts for comming networking things I do. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/aliases.d/sudo-related.sh b/.config/posix-common/aliases.d/sudo-related.sh index ba80eb1..9b70ad2 100644 --- a/.config/posix-common/aliases.d/sudo-related.sh +++ b/.config/posix-common/aliases.d/sudo-related.sh @@ -7,7 +7,7 @@ _location=".config/posix-common/aliases.d/sudo-related.sh" # that in common-envs.sh instead. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/aliases.d/xdg-related.sh b/.config/posix-common/aliases.d/xdg-related.sh index 5b281f8..a53aa6c 100644 --- a/.config/posix-common/aliases.d/xdg-related.sh +++ b/.config/posix-common/aliases.d/xdg-related.sh @@ -7,7 +7,7 @@ _location=".config/posix-common/aliases.d/xdg-related.sh" # that in common-envs.sh instead. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/env.d/common_envs.sh b/.config/posix-common/env.d/common_envs.sh index a241fd1..b1c1ca7 100644 --- a/.config/posix-common/env.d/common_envs.sh +++ b/.config/posix-common/env.d/common_envs.sh @@ -11,7 +11,7 @@ _location=".config/posix-common/env.d/common_envs.sh" # as interactive shells. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/env.sh b/.config/posix-common/env.sh index af44f30..0f454b5 100644 --- a/.config/posix-common/env.sh +++ b/.config/posix-common/env.sh @@ -2,7 +2,7 @@ _location=".config/posix-common/env.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/env_functions.sh b/.config/posix-common/env_functions.sh index da5dd69..ea29ecd 100644 --- a/.config/posix-common/env_functions.sh +++ b/.config/posix-common/env_functions.sh @@ -2,7 +2,7 @@ _location=".config/posix-common/env_functions.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/env_local.sh b/.config/posix-common/env_local.sh index c9145a9..320b5a0 100644 --- a/.config/posix-common/env_local.sh +++ b/.config/posix-common/env_local.sh @@ -2,7 +2,7 @@ _location=".config/posix-common/env_local.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/functions.d/bookmarks.sh b/.config/posix-common/functions.d/bookmarks.sh index 48e3fc0..920f801 100644 --- a/.config/posix-common/functions.d/bookmarks.sh +++ b/.config/posix-common/functions.d/bookmarks.sh @@ -2,7 +2,7 @@ _location=".config/posix-common/functions.d/bookmarks.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/functions.d/common_functions.sh b/.config/posix-common/functions.d/common_functions.sh index 8f81a37..9c6b0b1 100644 --- a/.config/posix-common/functions.d/common_functions.sh +++ b/.config/posix-common/functions.d/common_functions.sh @@ -2,7 +2,7 @@ _location=".config/posix-common/functions.d/common_functions.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/interactive.sh b/.config/posix-common/interactive.sh index 4eddd69..b3f4315 100644 --- a/.config/posix-common/interactive.sh +++ b/.config/posix-common/interactive.sh @@ -4,7 +4,7 @@ _location=".config/posix-common/interactive.sh" # Anything we might expect to want or need in an interactive shell should be added from here somehow. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/login.sh b/.config/posix-common/login.sh index 95acbf6..67c5868 100644 --- a/.config/posix-common/login.sh +++ b/.config/posix-common/login.sh @@ -5,7 +5,7 @@ _location=".config/posix-common/login.sh" # put here. These envrionment variables get set once upon login and that's it. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/logout.sh b/.config/posix-common/logout.sh index b717f08..26b9e9b 100644 --- a/.config/posix-common/logout.sh +++ b/.config/posix-common/logout.sh @@ -2,7 +2,7 @@ _location=".config/posix-common/logout.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/posix-common/profile.sh b/.config/posix-common/profile.sh index 1d83851..0210e28 100644 --- a/.config/posix-common/profile.sh +++ b/.config/posix-common/profile.sh @@ -7,7 +7,7 @@ _location=".config/posix-common/profile.sh" # shells. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/sh/env.sh b/.config/sh/env.sh index 09a6c6d..cd4505e 100644 --- a/.config/sh/env.sh +++ b/.config/sh/env.sh @@ -4,7 +4,7 @@ _location=".config/sh/env.sh" # WARNING: this will not be run for non-login, non-env.shells. # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/sh/interactive.sh b/.config/sh/interactive.sh index 766c338..5a21de9 100644 --- a/.config/sh/interactive.sh +++ b/.config/sh/interactive.sh @@ -2,7 +2,7 @@ _location=".config/sh/interactive.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/sh/login.sh b/.config/sh/login.sh index 1824abd..9b0f6f5 100644 --- a/.config/sh/login.sh +++ b/.config/sh/login.sh @@ -2,7 +2,7 @@ _location=".config/sh/login.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/sh/prompt.sh b/.config/sh/prompt.sh index 3bc5e93..d832ddb 100644 --- a/.config/sh/prompt.sh +++ b/.config/sh/prompt.sh @@ -2,7 +2,7 @@ _location=".config/sh/prompt.sh" # {{{ -_debug=y # Comment this out to disable debuging. +# _debug=y # Comment this out to disable debuging. _blue="\e[34m" _magenta="\e[35m" diff --git a/.config/zsh/.zlogout b/.config/zsh/.zlogout index 6e6b076..3a848df 100644 --- a/.config/zsh/.zlogout +++ b/.config/zsh/.zlogout @@ -2,7 +2,7 @@ _location=".config/zsh/logout.zsh" # {{{ -_debug=y # Comment this out to disable debugging. +# _debug=y # Comment this out to disable debugging. _blue="\033[34m" _magenta="\033[35m" _green="\033[92m" diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index debb0c4..3f1945f 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -2,7 +2,7 @@ _location=".config/zsh/env.zsh" # {{{ -_debug=y # Comment this out to disable debugging. +# _debug=y # Comment this out to disable debugging. _blue="\033[34m" _magenta="\033[35m" _green="\033[92m" diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc index 8bb0e4e..13065ad 100644 --- a/.config/zsh/.zshrc +++ b/.config/zsh/.zshrc @@ -2,7 +2,7 @@ _location=".config/zsh/interactive.zsh" # {{{ -_debug=y # Comment this out to disable debugging. +# _debug=y # Comment this out to disable debugging. _blue="\033[34m" _magenta="\033[35m" _green="\033[92m"