From b22db5ced93f63f24641325811dbbe8b02618f5a Mon Sep 17 00:00:00 2001 From: Marissa Staib Date: Wed, 25 Sep 2019 16:31:09 -0400 Subject: [PATCH] Use realpath for sourcing .bash.tmux --- .bash_aliases | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bash_aliases b/.bash_aliases index c10e10b..f62d748 100644 --- a/.bash_aliases +++ b/.bash_aliases @@ -55,4 +55,4 @@ function help () PS1='\[\e[1;31m\]${debian_chroot:+($debian_chroot)}\[\e[0;36m\]\u\[\e[0;33m\]@\[\e[34m\]\h\[\e[0m\]:\[\e[1;32m\]\w\[\e[0m\]\n\$ ' -source ~/.bash_tmux +source "$( dirname "$(realpath -e "${BASH_SOURCE[0]}")" )"/.bash_tmux