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 GRIM_DEFAULT_DIR=~/Images/Screenshots # nnn export NNN_FIFO=/tmp/nnn.fifo export NNN_PLUG='p:preview-tui' export NNN_TERMINAL=$TERM export NNN_TRASH=1 # trash-cli alias nnn="nnn -a -A -d -D -i -U" # nix alias nix-shell="nix-shell --run \$SHELL" export PATH=$PATH:~/bin eval "$(starship init zsh)"