From 4b82506a1a86e0e4ee0d1a4f0740105b9cdd87fb Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Thu, 8 Dec 2022 10:17:14 +0100 Subject: [PATCH] Fixes verbose hinting of script location --- .config/fish/fish_variables | 2 +- .emacs | 4 ---- update.sh | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 9b72322..38f4fac 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -1,6 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3100 SETUVAR fish_color_autosuggestion:969896 SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:b294bb diff --git a/.emacs b/.emacs index 6fc540f..4ce21e6 100644 --- a/.emacs +++ b/.emacs @@ -224,10 +224,6 @@ (use-package yaml-mode) -(use-package rustic - :hook - (rustic-mode . lsp-deferred) - ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; PYTHON ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; diff --git a/update.sh b/update.sh index 7eb3e39..5c84ff9 100755 --- a/update.sh +++ b/update.sh @@ -242,7 +242,7 @@ function update_oh_my_fish() { function update_home() { if $VERBOSE then - echo "--- this_script_root_dir: ${this_script_root_dir}" + echo "--- this_script_root_dir: $(this_script_root_dir)" fi update_repos install_deps