From 41c44d315fd48cc253d640701f387896973d199c Mon Sep 17 00:00:00 2001 From: jabuxas Date: Thu, 10 Oct 2024 18:23:29 -0300 Subject: [PATCH] feat: cool $PATH=. trick --- laptop/configs/fish/.config/fish/config.fish | 1 + laptop/configs/fish/.config/fish/fish_variables | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/laptop/configs/fish/.config/fish/config.fish b/laptop/configs/fish/.config/fish/config.fish index bf110c1..0d5adb1 100644 --- a/laptop/configs/fish/.config/fish/config.fish +++ b/laptop/configs/fish/.config/fish/config.fish @@ -1,5 +1,6 @@ if status --is-login fish_add_path ~/.local/bin + fish_add_path . set -gx BAT_THEME "Solarized (dark)" set -gx EDITOR "nvim" diff --git a/laptop/configs/fish/.config/fish/fish_variables b/laptop/configs/fish/.config/fish/fish_variables index 8eb66f1..2975439 100644 --- a/laptop/configs/fish/.config/fish/fish_variables +++ b/laptop/configs/fish/.config/fish/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:/jbx/\x2elocal/bin\x1e/yang/\x2elocal/bin +SETUVAR fish_user_paths:/jbx/repos/configs\x1e/jbx\x1e/jbx/uni/phaser\x2dgame\x1e/jbx/\x2econfig/nvim\x1e/jbx/repos/spire\x1e/jbx/repos/abyss\x1e/jbx/repos/poo\x1e/jbx/uni/aula\x2d01\x1e/jbx/uni/aula\x2d02\x1e/jbx/\x2elocal/bin\x1e/yang/\x2elocal/bin