7 lines
185 B
Bash
7 lines
185 B
Bash
export EDITOR=vim
|
|
export BROWSER=nyxt
|
|
export PAGER=bat
|
|
export SHELL=/usr/bin/fish
|
|
export TERMINAL=wezterm
|
|
export PATH="$HOME/.dotfiles/scripts:$PATH"
|
|
export PATH="/usr/local/bin:$PATH"
|