diff options
| author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-07 13:23:19 -0400 |
|---|---|---|
| committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-07 13:23:19 -0400 |
| commit | 1c883be601dd74149382dfbf314b379581eef57e (patch) | |
| tree | f1ca1d05168d0071d7634e3b6099d69dcafeccf4 /home-config/fish | |
| parent | f3ee8355e3b453fc14ac3d6b63fb7368798d66d7 (diff) | |
Updated packages to latest
Diffstat (limited to 'home-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 |
