From 9f16845044caa0a11f8de97b797bcd753578916f Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 10 Apr 2020 11:06:16 -0700 Subject: Updated bash config, emacs tweaks --- .bash_profile | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index fd06b8e..26ba1db 100644 --- a/.bash_profile +++ b/.bash_profile @@ -2,14 +2,16 @@ export EDITOR=zile export HISTFILE=$HOME/.histfile export HISTSIZE=8192 export LANGUAGE="en_GB.UTF-8" -export PATH=$HOME/bin:$HOME/.local/bin:$PATH +export PATH=$HOME/.local/bin:$HOME/prog/go/bin:$HOME/.cargo/bin:$PATH export SUDO_EDITOR=zile export TERMINAL=st export VISUAL=emacs +export ESHELL=bash +export GOPATH=$HOME/prog/go export TEXMFHOME=$HOME/.local/share/texlive -export BROWSER=firefox-esr +export BROWSER=iceweasel export XDG_DESKTOP_DIR=$HOME export XDG_DOCUMENTS_DIR=$HOME/store export XDG_DOWLOAD_DIR=$HOME/store @@ -35,7 +37,7 @@ leftprompt() { d=$(date +"%H.%M"); v=$(vcs); u=#; (( $(id -u) )) && u=\$; - PS1="\[$(tput sgr0)\][\[$(tput bold)\]$(hostname):\[$(tput setaf 30)\]$p\[$(tput sgr0)\]]\ + PS1="\[$(tput sgr0)\][\[$(tput bold)\]$(whoami)@$(hostname):\[$(tput setaf 30)\]$p\[$(tput sgr0)\]]\ (\[$(tput setaf 32)\]$d\[$(tput sgr0)\])$r$v\[$(tput rev)\]$u\[$(tput sgr0)\] "; } @@ -79,3 +81,6 @@ eval $(keychain --eval --systemd -q) if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" == "1" ] ; then startx -- -keeptty fi; + +# shuf -n 1 ~/store/quotes +# echo -- cgit v1.2.3