summaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc')
-rwxr-xr-xzsh/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index a4eec9e..a694066 100755
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -7,7 +7,7 @@ setopt appendhistory hist_ignore_all_dups hist_ignore_space
7#exports 7#exports
8export VISUAL=nvim 8export VISUAL=nvim
9export EDITOR="$VISUAL" 9export EDITOR="$VISUAL"
10export PATH=$PATH:$HOME/.bin 10export PATH=$PATH:$HOME/.bin:$HOME/.local/bin
11export TERM=rxvt-unicode-256color 11export TERM=rxvt-unicode-256color
12export XDG_CURRENT_DESKTOP=bspwm 12export XDG_CURRENT_DESKTOP=bspwm
13export MANPAGER="nvim +Man!" 13export MANPAGER="nvim +Man!"