aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-12-30 15:02:30 -0200
committerEuAndreh <eu@euandre.org>2018-12-30 15:02:30 -0200
commite611d1019db163c35daa0b8ee2021943313f55d9 (patch)
treed922e570e015c723c4ea0f053273eb5768ff5c24
parentEnable color to =watch= alias. (diff)
downloaddotfiles-e611d1019db163c35daa0b8ee2021943313f55d9.tar.gz
dotfiles-e611d1019db163c35daa0b8ee2021943313f55d9.tar.xz
Add pires repo to fake-symlinks.sh list.
-rw-r--r--bash/fake-symlinks.sh2
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