Updated config

This commit is contained in:
Eduard Urbach 2025-05-21 22:52:41 +02:00
parent 6df433b2fd
commit 90e01eaea4
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
2 changed files with 12 additions and 6 deletions

View file

@ -10,7 +10,7 @@ while read -la line
set -l value (string trim $keyval[2..])
set -l value (eval echo $value)
set -xg $key $value
end < .env
end < ~/.env
# Add scripts to PATH
fish_add_path $XDG_CONFIG_HOME/fish/scripts