diff options
author | William Carroll <wpcarro@gmail.com> | 2020-01-15T15·57+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-01-17T10·56+0000 |
commit | 9e4c993849e939d881068589e4ae446bde047e12 (patch) | |
tree | dee6aefd68b1e68988861ed69ff5646250f28a4c /configs/shared/.profile | |
parent | 75aa59bac13c4cd8e96947c741556678ba84000e (diff) |
Support direnv
DRY up environment variable definition by using direnv and an .envrc file.
Diffstat (limited to 'configs/shared/.profile')
-rw-r--r-- | configs/shared/.profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/shared/.profile b/configs/shared/.profile index 725817222ca3..2f201c37d641 100644 --- a/configs/shared/.profile +++ b/configs/shared/.profile @@ -37,7 +37,6 @@ export CM_LAUNCHER=rofi export FZF_DEFAULT_COMMAND='fd --hidden --follow --exclude ".git"' export FZF_CTRL_T_COMMAND="$FZF_DEFAULT_COMMAND" -export DOTFILES="$HOME/Dropbox/dotfiles" export ORG_DIRECTORY="$HOME/Dropbox/org" # Prevent compton from fading to the lock screen. This also prevents the white |