diff options
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -78,6 +78,9 @@ 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/ |