Updated config
This commit is contained in:
parent
20799af627
commit
cd69348dbf
19 changed files with 23 additions and 23 deletions
|
@ -1,8 +1,4 @@
|
|||
if status is-interactive
|
||||
# Aliases
|
||||
source $HOME/.config/fish/alias.fish
|
||||
|
||||
# Set environment variables from .env
|
||||
if test -f ~/.env
|
||||
while read -la line
|
||||
set -l keyval (string split -m1 "=" $line)
|
||||
set -l key (string trim $keyval[1])
|
||||
|
@ -11,3 +7,7 @@ if status is-interactive
|
|||
set -xg $key $value
|
||||
end < ~/.env
|
||||
end
|
||||
|
||||
if status is-interactive
|
||||
source $HOME/.config/fish/alias.fish
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue