summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortslil clingman <>2020-04-10 11:06:16 -0700
committertslil clingman <>2020-04-10 11:06:16 -0700
commit9f16845044caa0a11f8de97b797bcd753578916f (patch)
treec9d2ed4b8ea8215d4a32dd00060bb3d439e17e84 /.bash_profile
parentac428fe37c63732f3de8be47185a295f0ffa83a9 (diff)
Updated bash config, emacs tweaks
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile11
1 files changed, 8 insertions, 3 deletions
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