Update Fish configuration

This commit is contained in:
Max Bucknell 2024-12-31 11:52:56 +00:00
parent 0563d59edd
commit 521e07fcaf
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -2,3 +2,7 @@ set -gx GIT_AUTHOR_NAME="Max Bucknell"
set -gx GIT_AUTHOR_EMAIL="me@maxbucknell.com" set -gx GIT_AUTHOR_EMAIL="me@maxbucknell.com"
set -gx NODE_VERSION="22" set -gx NODE_VERSION="22"
set -gx DOTFILES_PATH "$HOME/dotfiles"
set -gx DAILY_NOTES_PATH "$HOME/Dropbox (Maestral)/Daily Notes"

View file

@ -91,5 +91,5 @@ set -g fish_color_valid_path --bold
set -g fish_color_command --bold set -g fish_color_command --bold
set -g fish_color_time magenta set -g fish_color_time magenta
# Greeting # Greeting. I don't need a repeating message.
set -g fish_greeting "You look nice today :-)" set -g fish_greeting

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:3800
SETUVAR fish_color_autosuggestion:brblack SETUVAR fish_color_autosuggestion:brblack
SETUVAR fish_color_cancel:\x2dr SETUVAR fish_color_cancel:\x2dr
SETUVAR fish_color_command:blue SETUVAR fish_color_command:blue