aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2024-12-23 21:56:13 +0000
committerJustine Smithies <justine@smithies.me.uk>2024-12-23 21:56:13 +0000
commit525f45888474cd608927f0048b9e68b3702ec772 (patch)
tree582a1e58d7aed063aaa1202580689d184ae17d90
parent6716c8edf43dbb15890b187f34fefa032b003b2d (diff)
Removed reading users homedir/.cache/wallpaper into variable wallpaper and export wallpaper.
-rw-r--r--.bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/.bashrc b/.bashrc
index 8331347..7084336 100644
--- a/.bashrc
+++ b/.bashrc
@@ -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/