envs: conditional adding to path
parent
1806d60dd5
commit
4f5431f90c
|
@ -17,11 +17,15 @@ pathadd_tail() {
|
||||||
|
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
|
|
||||||
pathadd_tail '/envs/bin'
|
|
||||||
pathadd_head "$HOME/.local/bin"
|
pathadd_head "$HOME/.local/bin"
|
||||||
pathadd_head '/tmp/bin'
|
pathadd_head '/tmp/bin'
|
||||||
pathadd_head "$HOME/.config/emacs/bin"
|
pathadd_head "$HOME/.config/emacs/bin"
|
||||||
|
|
||||||
|
if [[ $HOST == "core.envs.net" ]]; then
|
||||||
|
pathadd_tail '/envs/bin'
|
||||||
|
pathadd_head "$HOME/public_html/files/bin"
|
||||||
|
fi
|
||||||
|
|
||||||
# Preferences
|
# Preferences
|
||||||
export CALIBRE_USE_SYSTEM_THEME=0
|
export CALIBRE_USE_SYSTEM_THEME=0
|
||||||
export CALIBRE_USE_DARK_PALETTE=1
|
export CALIBRE_USE_DARK_PALETTE=1
|
||||||
|
|
Loading…
Reference in New Issue