aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bash/env.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-03-17 13:04:57 -0500
committerToby Vincent <tobyv13@gmail.com>2022-03-17 13:04:57 -0500
commita3d6669ce88b8690e53429773d7e30056d86e135 (patch)
treedaae0689663156b71eb2b220ea528b109d20871c /bash/env.sh
parentc54272dc4591d2099e198a7f95421f7b223bc142 (diff)
feat: improved wsl terminal experience
Diffstat (limited to 'bash/env.sh')
-rw-r--r--bash/env.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/env.sh b/bash/env.sh
index 3bc6dbd..725e07c 100644
--- a/bash/env.sh
+++ b/bash/env.sh
@@ -8,6 +8,7 @@ export MANROFFOPT="-c"
export STARSHIP_LOG="error"
export FZF_PREVIEW_COMMAND="bat --style=numbers,changes --wrap never --color always {} || cat {} || tree -C {}"
export FZF_CTRL_T_OPTS="--min-height 30 --preview-window down:60% --preview-window noborder --preview '($FZF_PREVIEW_COMMAND) 2> /dev/null'"
+export GOPATH=$HOME/.go
export PATH=$PATH:$HOME/dotfiles/bin
export PATH=$PATH:$HOME/.local/bin