1
0
Fork 0
mirror of https://github.com/kou029w/dotfiles.git synced 2025-02-22 16:05:54 +00:00

set EDITOR

This commit is contained in:
Nebel 2022-06-15 00:21:01 +09:00
parent 7d592c85ed
commit 9962612c7d

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";