summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorYigit Sever2020-06-07 22:17:42 +0300
committerYigit Sever2020-06-07 22:17:42 +0300
commit415181f921529bdf947d536802524c8dcf096509 (patch)
tree888b8351c893c15c56b1789a28b814ae17528c8b /.zshrc
parentb37db980044c23c08dc50c1a4c50d89625535d3a (diff)
downloaddotfiles-415181f921529bdf947d536802524c8dcf096509.tar.gz
dotfiles-415181f921529bdf947d536802524c8dcf096509.tar.bz2
dotfiles-415181f921529bdf947d536802524c8dcf096509.zip
use nvim to view manpages
diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 21a8b19..be3f660 100644
--- a/.zshrc
+++ b/.zshrc
@@ -129,6 +129,8 @@ alias ssh='TERM=xterm-256color ssh'
129alias torem='cd /home/yigit/Nextcloud/remind/' 129alias torem='cd /home/yigit/Nextcloud/remind/'
130alias ta='task add +next +@home' 130alias ta='task add +next +@home'
131 131
132export MANPAGER="nvim +Man! -c ':set signcolumn='"
133
132RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC 134RANGER_LOAD_DEFAULT_RC=FALSE; export RANGER_LOAD_DEFAULT_RC
133 135
134export GPG_TTY=$(tty) 136export GPG_TTY=$(tty)