aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.profile4
1 files changed, 2 insertions, 2 deletions
diff --git a/.profile b/.profile
index e55c012..328be26 100755
--- a/.profile
+++ b/.profile
@@ -47,7 +47,7 @@ export BAT_THEME
export TERMINAL
BAT="$(which bat 2> /dev/null || which batcat 2> /dev/null)"
-if [ -n "$BAT" ] && man --version 2> /dev/null
+if [ -n "$BAT" ] && man --version 2> /dev/null > /dev/null
then
MANPAGER="sh -c 'col -bx | $BAT -l man -p'"
export MANPAGER
@@ -73,6 +73,6 @@ then
export XDG_SESSION_TYPE
fi
-PATH="$PNPM_HOME:$GOPATH/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.luarocks/bin:$HOME/.dotnet/tools:$PATH"
+PATH="$PATH:$PNPM_HOME:$GOPATH/bin:$DENO_INSTALL/bin:$BUN_INSTALL/bin:$HOME/.cargo/bin:$HOME/.local/bin:$HOME/.luarocks/bin:$HOME/.dotnet/tools"
export PATH