From c7853855102bc88cb19bcb8cbad02887de0635b1 Mon Sep 17 00:00:00 2001 From: mitsuo Date: Mon, 30 Mar 2020 04:55:36 -0500 Subject: names, XGD and install script --- profile | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 profile (limited to 'profile') diff --git a/profile b/profile new file mode 100644 index 0000000..ad5704b --- /dev/null +++ b/profile @@ -0,0 +1,24 @@ +if [ "$SHELL" = "/bin/bash" ]; then + . ~/.bashrc +fi + + +# Variables +# ====================================================================== + +# redundant but useful +# (XDG = Cross-Desktop Group, +# more info at https://wiki.archlinux.org/index.php/XDG_Base_Directory) +export XDG_CONFIG_HOME="$HOME/.config" +export XDG_CACHE_HOME="$HOME/.cache" +export XDG_DATA_HOME="$HOME/.local/share" +#export XDG_DATA_DIRS="/usr/local/share:/usr/share" +#export XDG_CONFIG_DIRS="/etc/xdg" + +export VIMINIT=":source $XDG_CONFIG_HOME"/vim/vimrc + + +# Fun +# ====================================================================== + +echo "Welcome back $LOGNAME" -- cgit v1.2.3