diff options
author | Yigit Sever | 2021-10-06 02:21:45 +0300 |
---|---|---|
committer | Yigit Sever | 2021-10-06 02:21:45 +0300 |
commit | 81c0b63d0dfa4b3c190260cfbfeec2ba3ad46ba9 (patch) | |
tree | 32317e75aa8601c34f3f5270d5344c387e197c7e | |
parent | 838aaa093a753ddd63a6373c8ee2752dd3bc4658 (diff) | |
download | dotfiles-81c0b63d0dfa4b3c190260cfbfeec2ba3ad46ba9.tar.gz dotfiles-81c0b63d0dfa4b3c190260cfbfeec2ba3ad46ba9.tar.bz2 dotfiles-81c0b63d0dfa4b3c190260cfbfeec2ba3ad46ba9.zip |
zsh: alias and vim manpager fix
-rw-r--r-- | .zshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -124,8 +124,9 @@ alias taw='task add +next +@work' | |||
124 | alias tat='task add +next +@tablet pro:res.toread' | 124 | alias tat='task add +next +@tablet pro:res.toread' |
125 | alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' | 125 | alias tre='exa -l -T -L 2 --header --git-ignore -F -d -I node_modules' |
126 | alias guno='git status -uno' | 126 | alias guno='git status -uno' |
127 | alias bo='bukuopener' | ||
127 | 128 | ||
128 | export MANPAGER="nvim -c 'set ft=man' -" | 129 | export MANPAGER="nvim +Man!" |
129 | export GOPATH=$HOME/.local/share/go | 130 | export GOPATH=$HOME/.local/share/go |
130 | 131 | ||
131 | export GPG_TTY=$(tty) | 132 | export GPG_TTY=$(tty) |