dotfiles

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

commit c50cfff9f7b1f239d6d787da7d648db041567a8a
parent 3aae0c3c7d2162bcc8faeae2f9d40f2d62a8cc97
Author: Bharatvaj H <bharatvaj@yahoo.com>
Date:   Mon, 25 May 2020 18:13:47 +0530

Silence bash deprecation warning in mac

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

diff --git a/.bash_profile b/.bash_profile @@ -2,6 +2,7 @@ # ~/.bash_profile # +export BASH_SILENCE_DEPRECATION_WARNING=1 [[ -f ~/.bashrc ]] && . ~/.bashrc [[ -f ~/.profile ]] && . ~/.profile if [ -z "$DISPLAY" ] && [ -n "$XDG_VTNR" ] && [ "$XDG_VTNR" -eq 1 ]; then