diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 16:06:41 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-11-23 16:06:41 -0500 |
| commit | 85d353d7963391cd66f23a3e99a66b8b58045e4c (patch) | |
| tree | 76207f7a08a386638a1c3ecd2f173af27c6d6221 | |
| parent | 2f83feeccd54f94a9add055debb055e4cbdee057 (diff) | |
| download | eibhear-85d353d7963391cd66f23a3e99a66b8b58045e4c.tar.gz eibhear-85d353d7963391cd66f23a3e99a66b8b58045e4c.tar.zst eibhear-85d353d7963391cd66f23a3e99a66b8b58045e4c.zip | |
profile nearly synced
| -rw-r--r-- | .zprofile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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' '[0m')" export LESS_TERMCAP_us="$(printf '%b' '[1;32m')" export LESS_TERMCAP_ue="$(printf '%b' '[0m')" +mpd >/dev/null 2>&1 & + [ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1 # Start graphical server on tty1 if not already running. |
