diff options
author | EuAndreh <eu@euandre.org> | 2018-12-30 15:02:30 -0200 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-12-30 15:02:30 -0200 |
commit | e611d1019db163c35daa0b8ee2021943313f55d9 (patch) | |
tree | d922e570e015c723c4ea0f053273eb5768ff5c24 | |
parent | Enable color to =watch= alias. (diff) | |
download | dotfiles-e611d1019db163c35daa0b8ee2021943313f55d9.tar.gz dotfiles-e611d1019db163c35daa0b8ee2021943313f55d9.tar.xz |
Add pires repo to fake-symlinks.sh list.
-rw-r--r-- | bash/fake-symlinks.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/fake-symlinks.sh b/bash/fake-symlinks.sh index 9361354..687395a 100644 --- a/bash/fake-symlinks.sh +++ b/bash/fake-symlinks.sh @@ -12,7 +12,7 @@ for repo in ${repos[@]}; do done -SRHT_REPOS=("website" "mentat" "cement" "pouchdb-materialized-view") +SRHT_REPOS=("website" "mentat" "cement" "pouchdb-materialized-view" "pires") SRHT_REPOS_PATH="$HOME/dev/libre" for repo in ${SRHT_REPOS[@]}; do |