diff options
author | Matthew Lemon <y@yulqen.org> | 2024-02-16 14:17:23 +0000 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-02-16 14:17:23 +0000 |
commit | a56fc11b362f30cd5f55c28009933e892e553b8d (patch) | |
tree | 6063a86a9b8ab45342c9dbc62933e1060cdbf0b6 /fish2024 | |
parent | f9df5a18e4e23d08dc7d1be3c65fb11eb9f01493 (diff) |
Adds ~/go/bin to PATH
Diffstat (limited to 'fish2024')
-rw-r--r-- | fish2024/fish_variables | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish2024/fish_variables b/fish2024/fish_variables index 7dabfb0..4eb79ad 100644 --- a/fish2024/fish_variables +++ b/fish2024/fish_variables @@ -40,4 +40,4 @@ SETUVAR fish_pager_color_selected_background:\x2d\x2dbackground\x3dbrblack SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d -SETUVAR fish_user_paths:/home/lemon/\x2elocal/bin +SETUVAR fish_user_paths:/home/lemon/go/bin\x1e/home/lemon/\x2elocal/bin |