summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 976702f..c8cc1fc 100644
--- a/.zshrc
+++ b/.zshrc
@@ -121,7 +121,8 @@ alias torem='cd /home/yigit/nextcloud/remind/'
121alias ta='task add +next +@home' 121alias ta='task add +next +@home'
122alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' 122alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules'
123 123
124export MANPAGER="nvim +Man! -c ':set signcolumn='" 124export MANPAGER="nvim -c 'set ft=man' -"
125export GOPATH=$HOME/.local/share/go
125 126
126export GPG_TTY=$(tty) 127export GPG_TTY=$(tty)
127 128