diff options
author | EuAndreh <eu@euandre.org> | 2018-11-19 22:14:28 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-11-19 22:14:28 -0200 |
commit | 8d53d53a7ac84e3d256d260618a1a410f102401e (patch) | |
tree | 7141028af55ead416cc92c2669f0f122edb95bd3 | |
parent | Add initial implementation of =autotime=. (diff) | |
download | dotfiles-8d53d53a7ac84e3d256d260618a1a410f102401e.tar.gz dotfiles-8d53d53a7ac84e3d256d260618a1a410f102401e.tar.xz |
Add tmp $PATH of songbooks CLI.
-rw-r--r-- | bash/bashrc.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index 7052c9b..8613f65 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -22,3 +22,7 @@ set -h source ~/dev/nu/nucli/nu.bashcompletion env > ~/.spacemacs.env + +# tmp FIXME: move to mrconfig.ini +export PATH="$HOME/Desktop/hinarioespirita-db/songbooks/cli:$PATH" +alias sb="songbooks" |