From 8b34cac9154637d5b75baaed652e14fb54253a16 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Tue, 28 Jan 2020 10:57:34 -0600 Subject: [PATCH] Include hidden env binaries --- apps/shell/fish/paths.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/shell/fish/paths.fish b/apps/shell/fish/paths.fish index f536602..fb35a4f 100755 --- a/apps/shell/fish/paths.fish +++ b/apps/shell/fish/paths.fish @@ -5,6 +5,7 @@ set -U fish_user_paths \ $GOPATH/bin \ $DOTFILES_PATH/bin \ $ENV_PATH/bin \ + $ENV_PATH/.hidden/bin \ $HOME/.bin \ $HOME/.cargo/bin \ $HOME/.yarn/bin