From 521e07fcafebfc85fccc330981e31e1eced61705 Mon Sep 17 00:00:00 2001 From: Max Bucknell Date: Tue, 31 Dec 2024 11:52:56 +0000 Subject: [PATCH] Update Fish configuration --- fish/fish.xdg.symlink/conf.d/secret.fish.dist | 4 ++++ fish/fish.xdg.symlink/config.fish | 4 ++-- fish/fish.xdg.symlink/fish_variables | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/fish/fish.xdg.symlink/conf.d/secret.fish.dist b/fish/fish.xdg.symlink/conf.d/secret.fish.dist index 5bcfe48..bd78772 100644 --- a/fish/fish.xdg.symlink/conf.d/secret.fish.dist +++ b/fish/fish.xdg.symlink/conf.d/secret.fish.dist @@ -2,3 +2,7 @@ set -gx GIT_AUTHOR_NAME="Max Bucknell" set -gx GIT_AUTHOR_EMAIL="me@maxbucknell.com" set -gx NODE_VERSION="22" + +set -gx DOTFILES_PATH "$HOME/dotfiles" + +set -gx DAILY_NOTES_PATH "$HOME/Dropbox (Maestral)/Daily Notes" diff --git a/fish/fish.xdg.symlink/config.fish b/fish/fish.xdg.symlink/config.fish index dfab400..6700578 100644 --- a/fish/fish.xdg.symlink/config.fish +++ b/fish/fish.xdg.symlink/config.fish @@ -91,5 +91,5 @@ set -g fish_color_valid_path --bold set -g fish_color_command --bold set -g fish_color_time magenta -# Greeting -set -g fish_greeting "You look nice today :-)" +# Greeting. I don't need a repeating message. +set -g fish_greeting diff --git a/fish/fish.xdg.symlink/fish_variables b/fish/fish.xdg.symlink/fish_variables index 52cd691..c710886 100644 --- a/fish/fish.xdg.symlink/fish_variables +++ b/fish/fish.xdg.symlink/fish_variables @@ -1,6 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 -SETUVAR __fish_initialized:3400 +SETUVAR __fish_initialized:3800 SETUVAR fish_color_autosuggestion:brblack SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_command:blue