aboutsummaryrefslogtreecommitdiff
path: root/.zprofile
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-16 15:14:17 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-05-16 15:14:17 +0530
commit3e2b6493b9a1aa4e77dc4677bcb24f9b99360e63 (patch)
tree34b91577b52b711bf7bd645ee10f471b5cf1400a /.zprofile
parentfeb3def79f79775be5a5898d14720ee9b499bb65 (diff)
changed default browser to librewolf
Diffstat (limited to '.zprofile')
-rw-r--r--.zprofile5
1 files changed, 3 insertions, 2 deletions
diff --git a/.zprofile b/.zprofile
index d74eb21..09daa68 100644
--- a/.zprofile
+++ b/.zprofile
@@ -1,7 +1,7 @@
export EDITOR="nvim"
export VISUAL="emacs"
export TERMINAL="st"
-export BROWSER="firefox"
+export BROWSER="librewolf"
export READER="zathura"
export COLORTERM="truecolor"
export PAGER="bat"
@@ -11,7 +11,8 @@ export QT_QPA_PLATFORMTHEME=gtk2
export ZDOTDIR="$HOME/.config/zsh"
if [[ -z $DISPLAY && $XDG_VTNR -eq 1 ]]; then
- /zt/Programs/startpage-server &
+ /zt/.path/startpage-server &
startx
fi
+[[ -f ~/.Xmodmap ]] && xmodmap ~/.Xmodmap