summaryrefslogtreecommitdiffstats
path: root/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bashrc')
-rw-r--r--bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bashrc b/bashrc
index 0ed1f4c..f73b054 100644
--- a/bashrc
+++ b/bashrc
@@ -72,6 +72,7 @@ function export_if_exists()
export_if_exists 'PAGER' 'less' '/bin/more'
export_if_exists 'EDITOR' 'vim' '/usr/bin/vi'
+[ -r /etc/profile.d/undistract-me.sh ] && source /etc/profile.d/undistract-me.sh
# RUBY
export GEM_HOME="${HOME_}/.gem/ruby/2.5.0"