From f846f17811bf9305605c42ba92e864a88aa34e35 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 19 Dec 2019 22:05:31 -0800 Subject: [PATCH] Update bashrc with comment --- dotfiles/bash/bashrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dotfiles/bash/bashrc b/dotfiles/bash/bashrc index 870128f..a6589b4 100644 --- a/dotfiles/bash/bashrc +++ b/dotfiles/bash/bashrc @@ -1,6 +1,9 @@ # Use the iterm2 material theme in the root directory of the essentials repository. For linux, -# you will need to source a material theme color scheme for your terminal. +# you will need to source a material theme color scheme for your terminal (for XFCE use nord in the xfce +# themes folder). +# This monstrosity returns the directory of the .bashrc from it's symlinked source so we can +# call script files correctly. symlink_dir=$( cd "$( dirname "`readlink -f ${BASH_SOURCE[0]}`" )" && pwd ) # Useful global functions