Fixes verbose hinting of script location

This commit is contained in:
2022-12-08 10:17:14 +01:00
parent c9dbf5452e
commit 4b82506a1a
3 changed files with 2 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# This file contains fish universal variable definitions. # This file contains fish universal variable definitions.
# VERSION: 3.0 # VERSION: 3.0
SETUVAR __fish_initialized:3400 SETUVAR __fish_initialized:3100
SETUVAR fish_color_autosuggestion:969896 SETUVAR fish_color_autosuggestion:969896
SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:b294bb SETUVAR fish_color_command:b294bb

4
.emacs
View File

@@ -224,10 +224,6 @@
(use-package yaml-mode) (use-package yaml-mode)
(use-package rustic
:hook
(rustic-mode . lsp-deferred)
)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; PYTHON ;; PYTHON
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

View File

@@ -242,7 +242,7 @@ function update_oh_my_fish() {
function update_home() { function update_home() {
if $VERBOSE if $VERBOSE
then then
echo "--- this_script_root_dir: ${this_script_root_dir}" echo "--- this_script_root_dir: $(this_script_root_dir)"
fi fi
update_repos update_repos
install_deps install_deps