summaryrefslogtreecommitdiff
path: root/.bash_profile
diff options
context:
space:
mode:
authortslil clingman <>2020-10-30 20:48:49 -0400
committertslil clingman <>2020-10-30 20:54:19 -0400
commitceba6f8fcda9a882d3dbbfb23c004beabf99e320 (patch)
tree68ca385bd1eb7894be829e712336064f5b87c111 /.bash_profile
parent7c1beacef1dbed322e99d633742da6b2f655c603 (diff)
Merging fancy bash prompt
Diffstat (limited to '.bash_profile')
-rw-r--r--.bash_profile40
1 files changed, 39 insertions, 1 deletions
diff --git a/.bash_profile b/.bash_profile
index ea05214..6e2c37f 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -1 +1,39 @@
-source ~/.bashrc \ No newline at end of file
+export EDITOR=zile
+export HISTFILE=$HOME/.histfile
+export HISTSIZE=8192
+export LANGUAGE="en_GB.UTF-8"
+export PATH=/var/lib/flatpak/exports/bin:$HOME/.local/bin:$HOME/prog/go/bin:$HOME/.cargo/bin:$PATH
+export SUDO_EDITOR=zile
+export VISUAL=emacs
+export ESHELL=bash
+
+export TEXMFHOME=$HOME/.local/share/texlive
+export GO_PATH=$HOME/prog/go
+
+export XDG_DESKTOP_DIR=$HOME
+export XDG_DOCUMENTS_DIR=$HOME/store
+export XDG_DOWNLOAD_DIR=$HOME/store/downloads
+export XDG_MUSIC_DIR=$HOME/store/music
+export XDG_PICTURES_DIR=$HOME/picutures
+export XDG_PUBLICSHARE_DIR=$HOME/public
+export XDG_TEMPLATES_DIR=$HOME/store/templates
+export XDG_VIDEOS_DIR=$HOME/store/videos
+
+export LESS="-S -R"
+export LESSCHARSET=utf-8
+export LESSHISTFILE="-"
+
+LS_COLORS='rs=0:di=01;34:ln=01;36:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30;43:tw=30;42:ow=34;42:st=37;44:ex=01;32:';
+export LS_COLORS
+
+export GUILE_LOAD_COMPILED_PATH=/usr/local/lib/guile/2.2/site-ccache/
+
+eval "$(stack --bash-completion-script stack)"
+
+umask 077
+
+# SSH split
+SSH_VAULT_VM="vault-keys"
+if [ "$SSH_VAULT_VM" != "" ]; then
+ export SSH_AUTH_SOCK=/home/user/.SSH_AGENT_$SSH_VAULT_VM
+fi