diff options
| author | mitsuo <[email protected]> | 2020-03-30 04:55:36 -0500 |
|---|---|---|
| committer | mitsuo <[email protected]> | 2020-03-30 04:55:36 -0500 |
| commit | c7853855102bc88cb19bcb8cbad02887de0635b1 (patch) | |
| tree | 3f230d983f74bebcd9c854a39e87269b1c6aca00 /profile | |
| parent | e24c24ef981a70b5d26afbf1b2c024cdbe693e73 (diff) | |
| download | dotfiles-c7853855102bc88cb19bcb8cbad02887de0635b1.tar.gz dotfiles-c7853855102bc88cb19bcb8cbad02887de0635b1.tar.bz2 dotfiles-c7853855102bc88cb19bcb8cbad02887de0635b1.zip | |
names, XGD and install script
Diffstat (limited to 'profile')
| -rw-r--r-- | profile | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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" |
