Update Fish configuration
This commit is contained in:
parent
0563d59edd
commit
521e07fcaf
3 changed files with 7 additions and 3 deletions
|
@ -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"
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue