From 15b70241e0818962b5cbbdf818e0248f744b351f Mon Sep 17 00:00:00 2001 From: zebra Date: Thu, 25 Jul 2024 22:48:06 -0700 Subject: [PATCH] Added .local/bin to fish user paths --- config-files/config.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/config-files/config.fish b/config-files/config.fish index 0f445ba..df9f8f0 100644 --- a/config-files/config.fish +++ b/config-files/config.fish @@ -2,6 +2,7 @@ if status is-interactive # Commands to run in interactive sessions can go here end +set -U fish_user_paths ~/.local/bin $fish_user_paths set -U fish_greeting "" #cd tweaks - multicd