diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:57:34 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-04 19:57:34 +0000 |
commit | b5e7ee4db7736292f4637fb0df7f58e6f840f91e (patch) | |
tree | 392da97b64d50fedf31027519bf2c3a15438bd5b | |
parent | 40795c516a64090ed550554ea0e276092c74eba5 (diff) |
Adds ~/.local/bin to fish path
Diffstat (limited to '')
-rw-r--r-- | fish2024/fish_variables | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fish2024/fish_variables b/fish2024/fish_variables index 52cd691..a50d410 100644 --- a/fish2024/fish_variables +++ b/fish2024/fish_variables @@ -29,3 +29,4 @@ SETUVAR fish_pager_color_description:yellow\x1e\x2di SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_user_paths:/home/lemon/\x2elocal/bin |