aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/shell/env.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-22 16:21:03 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-22 16:21:03 -0500
commit0cab822be91ab5f1b5714791220fa64a877b3ab7 (patch)
treecc78750cbed8bcba236444b3263f3798f073aade /shell/env.sh
parent7d4c8cb511baf795d77c1fdbb08acb1aa2414607 (diff)
feat: added git-open
Diffstat (limited to 'shell/env.sh')
-rw-r--r--shell/env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/env.sh b/shell/env.sh
index f00406a..942d006 100644
--- a/shell/env.sh
+++ b/shell/env.sh
@@ -8,6 +8,7 @@ export FZF_CTRL_T_OPTS="--min-height 30 --preview-window down:60% --preview-wind
export BAT_CONFIG_PATH="${DOTFILES}/bat.conf"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export GPG_TTY=$(tty)
+export BROWSER=wslview
# Path
PATH=$PATH:$HOME/.local/bin:$HOME/.go/bin:$HOME/.dotnet/tools:$HOME/.cargo/bin:$DOTFILES/scripts