summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-11-05 01:09:24 -0700
committerxyz <gky44px1999@gmail.com>2021-11-05 01:09:24 -0700
commit2993fbf93f021387bb63b56dca7e784cdc29dd14 (patch)
tree5ce228ada038e41d1c70ca84f7ed547a730d0b17 /home
parent45933c87d522871c283012410d678f736fb2d6e4 (diff)
refactor
Diffstat (limited to 'home')
-rw-r--r--home/xyz/.bashrc4
-rw-r--r--home/xyz/.profile2
2 files changed, 6 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc
index ee5e34aa..4cdc8790 100644
--- a/home/xyz/.bashrc
+++ b/home/xyz/.bashrc
@@ -74,6 +74,10 @@ alias se='sudo -E '
alias zq='zoxide query'
alias zqi='zoxide query -i'
+# depreciated
+# all green color, no auto turn off color when pipe to nvim
+#alias pactree='pactree -c'
+
eval "$(zoxide init posix --hook prompt --no-aliases)"
z () {
diff --git a/home/xyz/.profile b/home/xyz/.profile
index bafc9b2e..d9c40037 100644
--- a/home/xyz/.profile
+++ b/home/xyz/.profile
@@ -35,6 +35,8 @@ export PAGER=less
# steal from sdcv arch wiki
export LESS='-FRX'
export SDCV_PAGER="$PAGER"
+
+# gnuism
export MANPAGER='nvim -M +Man!'
export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7'