From c6e69e96421ebf192eb6de537324e269e7bfda78 Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Sun, 19 May 2019 20:05:14 -0400 Subject: massive cleanup --- .profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.profile') diff --git a/.profile b/.profile index 4676320..f9a6b7f 100644 --- a/.profile +++ b/.profile @@ -2,17 +2,17 @@ # Profile file. Runs on login. # Adds `~/.scripts` and all subdirectories to $PATH -export PATH="$PATH:$(du "$HOME/.local/bin/" | cut -f2 | tr '\n' ':' | sed 's/:*$//')" +export PATH="$PATH:$HOME/.local/bin/" export EDITOR="nvim" export TERMINAL="st" export BROWSER="tabbed -r 2 surf -e lmao" 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" +export SUDO_ASKPASS="$HOME/.local/bin/dmenupass" 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" # less/man colors export LESS=-R -- cgit v1.3.1