diff options
author | Anthony Wang | 2022-12-28 09:45:51 -0600 |
---|---|---|
committer | Anthony Wang | 2022-12-28 09:45:51 -0600 |
commit | ed5b25abc26f5264ac00e4dd90f7d50860961c63 (patch) | |
tree | 88d926b1d45f3a786ab89da63b654876a7a9a734 | |
parent | 428dadaf2cfad2e538eaeef961f16b961ace18ea (diff) |
Remove ~/.local/bin from PATH
-rw-r--r-- | fish/fish_variables | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/fish_variables b/fish/fish_variables index be3571c..7fcb5c4 100644 --- a/fish/fish_variables +++ b/fish/fish_variables @@ -44,4 +44,3 @@ SETUVAR fish_pager_color_description:B3A06D\x1eyellow\x1e\x2di SETUVAR fish_pager_color_prefix:cyan\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/a/\x2elocal/bin |