summaryrefslogtreecommitdiffstats
path: root/.zprofile
diff options
context:
space:
mode:
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index 94151ca..c68655b 100644
--- a/.zprofile
+++ b/.zprofile
@@ -9,6 +9,7 @@ export TERMINAL="st"
export BROWSER="brave"
export READER="zathura"
export FILE="lf"
+export STATUSBAR="dwmblocks"
# ~/ Clean-up:
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
@@ -19,8 +20,6 @@ export ZDOTDIR="$HOME/.config/zsh"
export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"
# Other program settings:
-export BIB="$HOME/dox/latex/uni.bib"
-export REFER="$HOME/dox/referbib"
export DICS="/usr/share/stardict/dic/"
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
@@ -33,6 +32,8 @@ export LESS_TERMCAP_se="$(printf '%b' '')"
export LESS_TERMCAP_us="$(printf '%b' '')"
export LESS_TERMCAP_ue="$(printf '%b' '')"
+mpd >/dev/null 2>&1 &
+
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
# Start graphical server on tty1 if not already running.