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:
parent
56ffbfad07
commit
6515fb7bfa
1 changed files with 0 additions and 1 deletions
1
.profile
1
.profile
|
@ -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"
|
||||||
|
|
Loading…
Add table
Reference in a new issue