Fixes verbose hinting of script location
This commit is contained in:
@@ -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
4
.emacs
@@ -224,10 +224,6 @@
|
|||||||
|
|
||||||
(use-package yaml-mode)
|
(use-package yaml-mode)
|
||||||
|
|
||||||
(use-package rustic
|
|
||||||
:hook
|
|
||||||
(rustic-mode . lsp-deferred)
|
|
||||||
)
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; PYTHON
|
;; PYTHON
|
||||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user