diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-12-23 21:56:13 +0000 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-12-23 21:56:13 +0000 |
commit | 525f45888474cd608927f0048b9e68b3702ec772 (patch) | |
tree | 582a1e58d7aed063aaa1202580689d184ae17d90 /.bashrc | |
parent | 6716c8edf43dbb15890b187f34fefa032b003b2d (diff) |
Removed reading users homedir/.cache/wallpaper into variable wallpaper and export wallpaper.
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -78,9 +78,6 @@ export SSH_ASKPASS_REQUIRE=prefer export TERMINAL="foot" export SAL_USE_VCLPLUGIN=gtk3 -read -r wallpaper<~/.cache/wallpaper -export wallpaper - # Path to Zig binary # export PATH=$PATH:~/Downloads/zig/zig-linux-x86_64-0.13.0/ |