aboutsummaryrefslogtreecommitdiff
path: root/.profile
diff options
context:
space:
mode:
authorLuca Matei Pintilie <luca@lucamatei.com>2023-09-16 12:01:01 +0000
committerLuca Matei Pintilie <luca@lucamatei.com>2023-09-16 12:02:00 +0000
commit63fee6b75ff7c508ef959cb6515f733c29f3d837 (patch)
tree73bfac3ae70485fa27dfd638b75df97e93ac6e0a /.profile
parent2e5aa362b54d0a4865b58a9fbf8834a870b4ba0e (diff)
downloaddotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.tar
dotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.tar.gz
dotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.tar.bz2
dotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.tar.lz
dotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.tar.xz
dotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.tar.zst
dotfiles-63fee6b75ff7c508ef959cb6515f733c29f3d837.zip
Update MANPAGER to use nvim and update dwm
Diffstat (limited to '.profile')
-rwxr-xr-x.profile10
1 files changed, 2 insertions, 8 deletions
diff --git a/.profile b/.profile
index 4a853cf..1470c7b 100755
--- a/.profile
+++ b/.profile
@@ -30,6 +30,7 @@ XDG_CONFIG_HOME="$HOME/.config"
XDG_CACHE_DIR="$HOME/.cache"
GOPATH="$XDG_CACHE_DIR/go"
PNPM_HOME="$HOME/.local/share/pnpm"
+MANPAGER="nvim +Man!"
export DENO_INSTALL
export DENO_NO_UPDATE_CHECK
@@ -46,14 +47,7 @@ export EDITOR
export GTK_THEME
export BAT_THEME
export TERMINAL
-export GOTOOLCHAIN
-
-BAT="$(which bat 2> /dev/null || which batcat 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
-fi
+export MANPAGER
SWAY_PROCESSES="$(pgrep sway)"