diff options
Diffstat (limited to 'home-config/fish/config.fish')
-rw-r--r-- | home-config/fish/config.fish | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/home-config/fish/config.fish b/home-config/fish/config.fish index 136a9b1..aa7f164 100644 --- a/home-config/fish/config.fish +++ b/home-config/fish/config.fish | |||
@@ -16,8 +16,6 @@ if status is-login | |||
16 | set -gx GOPATH ~/.go | 16 | set -gx GOPATH ~/.go |
17 | set -gx EDITOR nvim | 17 | set -gx EDITOR nvim |
18 | set -gax --path XDG_DATA_DIRS ~/.nix-profile/share | 18 | set -gax --path XDG_DATA_DIRS ~/.nix-profile/share |
19 | set -gax --path PKG_CONFIG_PATH /run/current-system/profile/lib/pkgconfig | ||
20 | set -gax --path LD_LIBRARY_PATH /run/current-system/profile/lib | ||
21 | # Bad | 19 | # Bad |
22 | find ~/.config/fish/ -name "*tmp*" -exec rm {} + | 20 | find ~/.config/fish/ -name "*tmp*" -exec rm {} + |
23 | end | 21 | end |