diff options
author | Yigit Sever | 2020-10-29 13:09:05 +0300 |
---|---|---|
committer | Yigit Sever | 2020-10-29 13:09:05 +0300 |
commit | 8dc054b60e94b9754d18aab197c80bc8db00fead (patch) | |
tree | 24b2c2ce70b04489ae9a8acf844a82fb46803d07 | |
parent | 1c0c8acaaf96fc78d0534313a58665a76e8c4e93 (diff) | |
download | dotfiles-8dc054b60e94b9754d18aab197c80bc8db00fead.tar.gz dotfiles-8dc054b60e94b9754d18aab197c80bc8db00fead.tar.bz2 dotfiles-8dc054b60e94b9754d18aab197c80bc8db00fead.zip |
zshrc export fixes
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -121,7 +121,8 @@ alias torem='cd /home/yigit/nextcloud/remind/' | |||
121 | alias ta='task add +next +@home' | 121 | alias ta='task add +next +@home' |
122 | alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' | 122 | alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' |
123 | 123 | ||
124 | export MANPAGER="nvim +Man! -c ':set signcolumn='" | 124 | export MANPAGER="nvim -c 'set ft=man' -" |
125 | export GOPATH=$HOME/.local/share/go | ||
125 | 126 | ||
126 | export GPG_TTY=$(tty) | 127 | export GPG_TTY=$(tty) |
127 | 128 | ||