diff options
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,6 @@ export ZSH="$HOME/.config/zsh/ohmyzsh" -ZSH_THEME="robbyrussell" +ZSH_THEME="random" CASE_SENSITIVE="true" @@ -11,10 +11,14 @@ HIST_STAMPS="dd.mm.yyyy" plugins=(git) source $ZSH/oh-my-zsh.sh +source /etc/profile.d/autojump.zsh export EDITOR=nvim +export AUR_PAGER=$EDITOR alias vim=$EDITOR alias ls="exa" alias tree="exa --tree" +export NNN_PLUG='n:nuke;p:addtoplaylist' + |