Move all exported env variables in the profile scripts
This commit is contained in:
3
profile/.profile.d/dotfiles.sh
Normal file
3
profile/.profile.d/dotfiles.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#/usr/bin/env bash
|
||||
|
||||
export DOTFILES="$HOME/.dotfiles"
|
||||
3
profile/.profile.d/editor.sh
Normal file
3
profile/.profile.d/editor.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export EDITOR=vim
|
||||
3
profile/.profile.d/homebrew.sh
Normal file
3
profile/.profile.d/homebrew.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
export HOMEBREW_NO_ENV_HINTS=1
|
||||
3
profile/.profile.d/venv.sh
Normal file
3
profile/.profile.d/venv.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#/usr/bin/env bash
|
||||
|
||||
export VIRTUAL_ENV_DISABLE_PROMPT=1
|
||||
Reference in New Issue
Block a user