Skip to content

Commit

Permalink
Don't load private env
Browse files Browse the repository at this point in the history
  • Loading branch information
lepisma committed Sep 2, 2024
1 parent 020185b commit 0f7e8bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/.config/fish/config.fish
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set fish_home ~/.config/fish

# Source
source $fish_home/environment.fish
source $fish_home/environment.private.fish
# source $fish_home/environment.private.fish
source $fish_home/abbrs.fish

# Emacs
Expand Down

0 comments on commit 0f7e8bf

Please sign in to comment.