dotfiles

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

commit db6cac129e0dbc6f6c22b5798461f9ab5c4c4005
parent 631550db14e2c487123f5581a5073973caae5689
Author: Bharatvaj Hemanth <bharatvaj@yahoo.com>
Date:   Sun, 25 Jun 2023 04:25:12 +0530

Add redundant XDG_ROOT in .bash_profile

Diffstat:
M.bash_profile | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/.bash_profile b/.bash_profile @@ -1,3 +1,5 @@ +[ -n "$1" ] && XDG_ROOT="$1" || XDG_ROOT="$HOME" + [ -f "${XDG_ROOT}"/.profile ] && . "${XDG_ROOT}"/.profile set -o vi PS1='\w> '