From 09e32aa9625bdc26943a59a2f8e8f652eb5eb921 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Mon, 21 Apr 2025 19:41:52 +0300 Subject: fix --- dotfiles/fish/conf.d/config.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/fish/conf.d/config.fish b/dotfiles/fish/conf.d/config.fish index f20214d..cb5a8a6 100644 --- a/dotfiles/fish/conf.d/config.fish +++ b/dotfiles/fish/conf.d/config.fish @@ -1,7 +1,7 @@ fish_vi_key_bindings # Add paths to PATH -set -U fish_user_paths ~/bin ~/go/bin ~/.cargo/bin $fish_user_paths +set -U fish_user_paths ~/bin ~/scripts ~/go/bin ~/.cargo/bin $fish_user_paths if command -q -v doas >/dev/null abbr -a s doas -- cgit v1.2.3