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

dotfiles

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

00_env.zsh (310B)


      1 export NOTMUCH_CONFIG="$HOME/.config/notmuch/config"
      2 
      3 path+=(~/.cargo/bin)
      4 path+=(~/.local/bin{,/**/*(N/)})
      5 path+=(~/.config/emacs/bin)
      6 
      7 # NNN
      8 
      9 export NNN_OPTS="aAegH"
     10 export NNN_OPENER="sopen"
     11 export NNN_BMS="h:$HOME;p:$HOME/documents/projects;v:$HOME/videos/archive"
     12 
     13 export EDITOR=vim
     14 export VISUAL=$EDITOR