summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.zshrc6
1 files changed, 5 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index a0847bb..140270b 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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'
+