export ZSH="$HOME/.config/zsh/ohmyzsh" CASE_SENSITIVE="true" HYPHEN_INSENSITIVE="true" HIST_STAMPS="dd.mm.yyyy" plugins=(git gitfast) 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' export GRIM_DEFAULT_DIR=~/Images/Screenshots export PATH=$PATH:~/bin eval "$(starship init zsh)"