From f3ee8355e3b453fc14ac3d6b63fb7368798d66d7 Mon Sep 17 00:00:00 2001 From: Ryan Schanzenbacher Date: Tue, 10 Sep 2024 15:34:53 -0400 Subject: changes for wails development --- home-config/fish/config.fish | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'home-config/fish/config.fish') diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish index 3ccd0cb..136a9b1 100644 --- a/home-config/fish/config.fish +++ b/home-config/fish/config.fish @@ -12,8 +12,12 @@ if status is-login fish_add_path -Pp ~/.guix-home/profile/bin fish_add_path -Pp /run/setuid-programs fish_add_path -Pp ~/.nix-profile/bin + fish_add_path -Pp ~/.go/bin + set -gx GOPATH ~/.go set -gx EDITOR nvim set -gax --path XDG_DATA_DIRS ~/.nix-profile/share + set -gax --path PKG_CONFIG_PATH /run/current-system/profile/lib/pkgconfig + set -gax --path LD_LIBRARY_PATH /run/current-system/profile/lib # Bad find ~/.config/fish/ -name "*tmp*" -exec rm {} + end -- cgit v1.2.3