mirror of
https://github.com/mitchell/dotfiles.git
synced 2026-07-17 08:09:35 +00:00
5 lines
123 B
Bash
5 lines
123 B
Bash
PATH="$HOME/.bun/bin:$PATH"
|
|
PATH="$HOME/.local/bin:$PATH"
|
|
PATH="$HOME/code/scripts:$PATH"
|
|
export PATH
|
|
export EDITOR='nvim'
|