diff options
author | Daniel Weipert <code@drogueronin.de> | 2022-01-05 01:41:23 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2022-01-05 01:41:23 +0100 |
commit | c4237ec0387c84630a7d9345cab61de77579301b (patch) | |
tree | 334cc0d9b3bd94d48ab0e72ee133a7c7ec5fbd17 /.zshrc | |
parent | 6b48795734823e70e3d74963a0466d87d98a47d4 (diff) |
Adjusts zshrc
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' + |