dotfiles/home/dot_exports

18 lines
381 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
2023-11-23 11:37:36 -08:00
# Make kitty behave nice
export TERM="xterm-256color"
2023-09-12 22:13:38 -07:00
# Customize prompt
export PROMPT="%{$fg[red]%}%m $PROMPT"
# NNN exports
export NNN_FCOLORS='0000E6310000000000000000'
2023-11-18 17:19:21 -08:00
export NNN_PLUG='g:getdrop;p:preview-tui'
2023-09-12 22:13:38 -07:00
export NNN_FIFO="/tmp/nnn.fifo"
export NNN_TRASH=1