aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2018-07-03 12:11:44 -0300
committerEuAndreh <eu@euandre.org>2018-07-03 12:11:44 -0300
commitd76cc595e47c054237ecbe3e727801a7e11f7339 (patch)
treee12fad36ccdf99b05d25e87b0fa5af5b2deb4961 /bash
parentErase Docker images in gc.sh (diff)
downloaddotfiles-d76cc595e47c054237ecbe3e727801a7e11f7339.tar.gz
dotfiles-d76cc595e47c054237ecbe3e727801a7e11f7339.tar.xz
Remove $EMACS_GITHUB_TOKEN env var
Diffstat (limited to 'bash')
-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 cd9dc6a..69a8e5c 100644
--- a/bash/fake-symlinks.sh
+++ b/bash/fake-symlinks.sh
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
-if [[ -n "$EMACS_GITHUB_TOKEN" ]]; then
+if [[ -n "$GITHUB_TOKEN" ]]; then
cat $DOTFILES/git/gitconfig.ini | envsubst > ~/.gitconfig
fi