Skip to content

Commit

Permalink
fix(profile): fix 1bash folder
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Feb 17, 2019
1 parent 083a378 commit 3fdca51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion profile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if [ "$BASH" ]; then
export ONE_BASH=~/1bash

if [ -f $ONE_BASH/1bash.sh ]; then
. ~/$ONE_BASH/1bash.sh
. $ONE_BASH/1bash.sh
fi

# Uncoment the following lines if you want to load ~/.bashrc too
Expand Down

0 comments on commit 3fdca51

Please sign in to comment.