diff options
-rw-r--r-- | bash/bashrc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc.sh b/bash/bashrc.sh index eedc2bb..2e68b80 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -25,7 +25,7 @@ source ~/dev/nu/nucli/nu.bashcompletion env > ~/.spacemacs.env # tmp FIXME: move to mrconfig.ini -export PATH="$HOME/annex/dev/code/songbooks/cli:$PATH" +export PATH="$HOME/dev/libre/songbooks/cli:$PATH" alias sb="songbooks" isLinux && { |