1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-01-18 16:07:59 +00:00

set EDITOR

This commit is contained in:
Nebel 2022-06-15 00:21:01 +09:00
parent 37ceade379
commit a864a6eb42

View file

@ -1,3 +1,4 @@
export EDITOR=nano
export PATH="$HOME/.local/bin:$PATH"
export HOMEBREW_PREFIX="/home/linuxbrew/.linuxbrew";
export HOMEBREW_CELLAR="/home/linuxbrew/.linuxbrew/Cellar";