diff options
author | EuAndreh <eu@euandre.org> | 2019-01-22 20:40:13 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-01-22 20:40:13 -0200 |
commit | 7cf187582a6af17fed55d580e8d173e59805ea01 (patch) | |
tree | 3a225a53f18e76d8f4d2766a84c868d195f86e2a /bash | |
parent | Nextcloud -> ownCloud (diff) | |
download | dotfiles-7cf187582a6af17fed55d580e8d173e59805ea01.tar.gz dotfiles-7cf187582a6af17fed55d580e8d173e59805ea01.tar.xz |
Fix dotfiles path.
Diffstat (limited to 'bash')
-rw-r--r-- | bash/bash_profile.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bash_profile.sh b/bash/bash_profile.sh index 41bc7e9..0383eaa 100644 --- a/bash/bash_profile.sh +++ b/bash/bash_profile.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -source ~/annex/dev/code/dotfiles/bash/bashrc.sh +source ~/dev/libre/dotfiles/bash/bashrc.sh |