summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)