diff options
author | Saumit Dinesan <79687674+Saumit-D@users.noreply.github.com> | 2022-01-25 23:38:08 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-25 23:38:08 +0530 |
commit | 08826471790665e7e7d6b3ef70a8f443687f40ad (patch) | |
tree | 99c12c9c61941ee82cca578141837329fc6bd433 /.bash_profile | |
parent | 2f7cc8af4762b0b478879338a69ea120c719d36c (diff) |
Update .bash_profile
Diffstat (limited to '.bash_profile')
-rw-r--r-- | .bash_profile | 12 |
1 files 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 |