profile nearly synced
This commit is contained in:
parent
2f83feeccd
commit
85d353d796
1 changed files with 3 additions and 2 deletions
|
@ -9,6 +9,7 @@ export TERMINAL="st"
|
||||||
export BROWSER="brave"
|
export BROWSER="brave"
|
||||||
export READER="zathura"
|
export READER="zathura"
|
||||||
export FILE="lf"
|
export FILE="lf"
|
||||||
|
export STATUSBAR="dwmblocks"
|
||||||
|
|
||||||
# ~/ Clean-up:
|
# ~/ Clean-up:
|
||||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
|
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"
|
export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"
|
||||||
|
|
||||||
# Other program settings:
|
# Other program settings:
|
||||||
export BIB="$HOME/dox/latex/uni.bib"
|
|
||||||
export REFER="$HOME/dox/referbib"
|
|
||||||
export DICS="/usr/share/stardict/dic/"
|
export DICS="/usr/share/stardict/dic/"
|
||||||
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
export SUDO_ASKPASS="$HOME/.local/bin/dmenupass"
|
||||||
export FZF_DEFAULT_OPTS="--layout=reverse --height 40%"
|
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_us="$(printf '%b' '[1;32m')"
|
||||||
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
export LESS_TERMCAP_ue="$(printf '%b' '[0m')"
|
||||||
|
|
||||||
|
mpd >/dev/null 2>&1 &
|
||||||
|
|
||||||
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
[ ! -f ~/.config/shortcutrc ] && shortcuts >/dev/null 2>&1
|
||||||
|
|
||||||
# Start graphical server on tty1 if not already running.
|
# Start graphical server on tty1 if not already running.
|
||||||
|
|
Loading…
Reference in a new issue