diff options
Diffstat (limited to 'bash/bash_profile.sh')
-rw-r--r-- | bash/bash_profile.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bash/bash_profile.sh b/bash/bash_profile.sh index 12ce7f9..0383eaa 100644 --- a/bash/bash_profile.sh +++ b/bash/bash_profile.sh @@ -1 +1,3 @@ -source ~/annex/dev/code/dotfiles/bash/bashrc.sh +#!/usr/bin/env bash + +source ~/dev/libre/dotfiles/bash/bashrc.sh |