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

removed EDITOR environment variable

This commit is contained in:
Nebel 2024-01-09 18:15:53 +09:00
parent 56ffbfad07
commit 6515fb7bfa
Signed by: nebel
GPG key ID: 79807D08C6EF6460

View file

@ -1,4 +1,3 @@
export EDITOR=nano
export PATH="$HOME/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
export DENO_INSTALL_ROOT="${HOME}/.local" export DENO_INSTALL_ROOT="${HOME}/.local"
[ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env" [ -f "$HOME/.cargo/env" ] && . "$HOME/.cargo/env"