diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-02 10:47:27 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-02 10:47:27 -0500 |
| commit | 058c4e49dbbf95908779b85a22b333965e156138 (patch) | |
| tree | 41333ba96bf7dbc2e9549f5c14a49fb0b8408a57 /.profile | |
| parent | 638e1e7b04825fc7074b3595e3f1deed10138535 (diff) | |
| download | eibhear-058c4e49dbbf95908779b85a22b333965e156138.tar.gz eibhear-058c4e49dbbf95908779b85a22b333965e156138.tar.zst eibhear-058c4e49dbbf95908779b85a22b333965e156138.zip | |
profile changes
Diffstat (limited to '.profile')
| -rw-r--r-- | .profile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -2,16 +2,15 @@ # Profile file. Runs on login. # Adds `~/.scripts` and all subdirectories to $PATH -export PATH="$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')$PATH" +export PATH="$PATH:$(du "$HOME/.scripts/" | cut -f2 | tr '\n' ':')" export EDITOR="vim" export TERMINAL="st" export BROWSER="firefox" export READER="zathura" export BIB="$HOME/Documents/LaTeX/uni.bib" export REFER="$HOME/.referbib" -# PIX is here I have LARBS keep icons. Subject to change, hence a variable. -export PIX="$HOME/.scripts/pix" export SUDO_ASKPASS="$HOME/.scripts/tools/dmenupass" +export PIX="$HOME/.pix/" # less/man colors export LESS=-R |
