mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
merged variables from voiddwm but kept default programs
This commit is contained in:
parent
ae022812ad
commit
a1201f2fb0
19
.profile
19
.profile
@ -1,20 +1,29 @@
|
||||
#!/usr/bin/env sh
|
||||
# Profile file. Runs on login.
|
||||
|
||||
# Profile file. Runs on login. Environmental variables are set here.
|
||||
|
||||
# Adds `~/.local/bin/` and all subdirectories to $PATH
|
||||
export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')"
|
||||
|
||||
# Default programs:
|
||||
export EDITOR="nvim"
|
||||
export TERMINAL="st"
|
||||
export BROWSER="firefox"
|
||||
export READER="zathura"
|
||||
export FILE="vifm"
|
||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||
export REFER="$HOME/Documents/referbib"
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass"
|
||||
|
||||
# ~/ Clean-up:
|
||||
export NOTMUCH_CONFIG="$HOME/.config/notmuch-config"
|
||||
export GTK2_RC_FILES="$HOME/.config/gtk-2.0/gtkrc-2.0"
|
||||
export LESSHISTFILE="-"
|
||||
export INPUTRC="$HOME/.config/inputrc"
|
||||
export ZDOTDIR="$HOME/.config/zsh"
|
||||
export PASSWORD_STORE_DIR="$HOME/.local/share/password-store"
|
||||
|
||||
# less/man colors
|
||||
# Other program settings:
|
||||
export SUDO_ASKPASS="$HOME/.local/bin/tools/dmenupass"
|
||||
export BIB="$HOME/Documents/LaTeX/uni.bib"
|
||||
export REFER="$HOME/Documents/referbib"
|
||||
export LESS=-R
|
||||
export LESS_TERMCAP_mb="$(printf '%b' '[1;31m')"; a="${a%_}"
|
||||
export LESS_TERMCAP_md="$(printf '%b' '[1;36m')"; a="${a%_}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user