diff options
| author | Paul Buetow <paul@buetow.org> | 2025-04-21 19:41:52 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-04-21 19:41:52 +0300 |
| commit | 09e32aa9625bdc26943a59a2f8e8f652eb5eb921 (patch) | |
| tree | ee0d3289d618c16a3ca8fd4d830e1165801d0c8a | |
| parent | f1971651834af7cb261261f160681334747c5ec8 (diff) | |
fix
| -rw-r--r-- | dotfiles/fish/conf.d/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
