diff options
author | rafa_99 <rafa99@protonmail.com> | 2020-08-05 10:20:31 +0100 |
---|---|---|
committer | rafa_99 <rafa99@protonmail.com> | 2020-08-05 10:20:31 +0100 |
commit | b43775c4c826e8b92389156bebdb76428fe71f19 (patch) | |
tree | fdbc085e7a3b30239cef1156a35bfa7f43ba5bee /.zprofile | |
parent | ffa7f1fdbb5ff112dc427b4dbecaefe14e2adfa3 (diff) |
Finishing OpenBSD Support
Diffstat (limited to '.zprofile')
-rwxr-xr-x | .zprofile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,7 @@ #!/bin/sh # Profile file. Runs on login. Environmental variables are set here. -# Grabs the current distro -DISTRO="$(grep ^ID= /etc/os-release | sed s:ID=::g | sed s:\"::g)" +DISTRO=REPLACEME # Adds ~/.local/bin to $PATH export PATH="$HOME/.local/bin:$PATH" @@ -28,7 +27,7 @@ export GNUPGHOME="$XDG_CONFIG_HOME"/gnupg export WINEPREFIX="$XDG_DATA_HOME"/wine/default # Default Vars -export WALLPAPER="$HOME"/.config/wallpaper/wallpaper.png +export WALLPAPER="$XDG_CONFIG_HOME"/wallpaper/wallpaper.png #Session Selection Menu export SESSION=dwm |