dotfiles/home/dot_exports

15 lines
312 B
Plaintext
Raw Normal View History

2023-09-12 22:13:38 -07:00
#!/usr/bin/env bash
# https://github.com/starr-dusT/dotfiles
# Make vim the default editor.
export EDITOR=nvim
# Customize prompt
export PROMPT="%{$fg[red]%}%m $PROMPT"
# NNN exports
export NNN_FCOLORS='0000E6310000000000000000'
export NNN_PLUG='g:getdrop'
export NNN_FIFO="/tmp/nnn.fifo"
export NNN_TRASH=1