aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bash/env.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-01-23 18:59:47 -0600
committerToby Vincent <tobyv13@gmail.com>2022-01-23 18:59:47 -0600
commitf63e69651175b71eea1328b7a4a4fefad854864d (patch)
treec653e416d53cc1fd90131d4a8dc6fd4de6746f52 /bash/env.sh
parent17a9898b45a798c5f37b7079329dea3207d89991 (diff)
fix: fixed source order in bashrc
Diffstat (limited to 'bash/env.sh')
-rw-r--r--bash/env.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 14d4208..c35bf77 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -1,7 +1,6 @@
#!/usr/bin/env bash
export GPG_TTY=$(tty)
-export BROWSER=wslview
export STARSHIP_LOG="error"
export MANPAGER="sh -c 'col -bx | bat -l man -p'"
export FZF_PREVIEW_COMMAND="bat --style=numbers,changes --wrap never --color always {} || cat {} || tree -C {}"