+4
-1
.zshrc
+4
-1
.zshrc
···
45
45
fi
46
46
47
47
export GPG_TTY=$(tty)
48
-
export MANPAGER="sh -c 'col -xbf | bat -p -l man'"
49
48
50
49
if [ -x "$(which nvim)" ]; then
51
50
export EDITOR='nvim'
···
53
52
export EDITOR='vim'
54
53
else
55
54
export EDITOR='vi'
55
+
fi
56
+
57
+
if [ -x "$(which batman)" ]; then
58
+
eval "$(batman --export-env)"
56
59
fi
57
60
58
61
# git