dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

commit 9320c9e5f2002e7cdef4116b3fd97c1a5f8425a7
parent c5e42161870a448803c85a10848aeffa046adfe2
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Tue, 17 Aug 2021 01:13:22 +0530

Darwin bharat-9052 20.5.0 Darwin Kernel Version 20.5.0: Sat May  8 05:10:33 PDT 2021; root:xnu-7195.121.3~9/RELEASE_X86_64 x86_64

Diffstat:
M.config/bash/bashrc | 2++
M.profile | 1+
2 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/.config/bash/bashrc b/.config/bash/bashrc @@ -15,6 +15,8 @@ done export PS1="\w $ " +shopt -s autocd + # Plugins [ -f "${XDG_CONFIG_HOME}/bash/plugin/index" ] && . "${XDG_CONFIG_HOME}/bash/plugin/index" diff --git a/.profile b/.profile @@ -8,6 +8,7 @@ export XDG_CACHE_HOME="$HOME/.cache" export GNUPGHOME="$XDG_DATA_HOME/gnupg" export VIMINIT='source $XDG_CONFIG_HOME/vim/vimrc' export LESSHISTFILE=- +export LYNX_CFG="$XDG_CONFIG_HOME/lynx/lynx.cfg" export NODE_REPL_HISTORY="$XDG_DATA_HOME"/node_repl_history export NPM_CONFIG_USERCONFIG=$XDG_CONFIG_HOME/npm/npmrc export PASSWORD_STORE_DIR="$XDG_DATA_HOME"/pass