From 08826471790665e7e7d6b3ef70a8f443687f40ad Mon Sep 17 00:00:00 2001 From: Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> Date: Tue, 25 Jan 2022 23:38:08 +0530 Subject: Update .bash_profile --- .bash_profile | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.bash_profile b/.bash_profile index bdad460..f17eabf 100644 --- a/.bash_profile +++ b/.bash_profile @@ -10,13 +10,13 @@ export PATH="$PATH:$HOME/.scripts" -#your $PATH env variable is a list of all your directories from which you can run commands without giving the whole location +#your $PATH env variable is a list of all your directories from which you can run commands without giving the whole location export EDITOR="vim" export TERMINAL="st" export BROWSER="brave" export READER="zathura" -//export HABITICA_TOKEN=" " -//export HABITICA_UUID=" " +#export HABITICA_TOKEN=" " +#export HABITICA_UUID=" " @@ -28,9 +28,3 @@ export READER="zathura" if [[ -z $DISPLAY ]] && [[ $(tty) = /dev/tty1 ]]; then exec startx fi - - - -#Switch escape and Caps Lock -#sudo -n loadkeys ~/.scripts/ttymaps.kmap 2>/dev/null -setxbmap -option caps:escape -- cgit v1.2.3