home | blog | art | now | git gpg | email | rss

dotfiles

My personal dotfiles.
git clone git://pollux.codes/git/dotfiles.git
Log | Files | Refs

00_env.zsh (227B)


      1 export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
      2 
      3 # NNN
      4 
      5 export NNN_OPTS="aAegH"
      6 export NNN_OPENER="sopen"
      7 export NNN_BMS="h:$HOME;p:$HOME/documents/projects;v:$HOME/videos/archive"
      8 
      9 export EDITOR=vim
     10 export VISUAL=$EDITOR