diff options
| author | EuAndreh <eu@euandre.org> | 2018-04-15 03:41:53 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-04-15 03:41:53 -0300 |
| commit | ff17156774c582885addb73511ad86d91db09e5c (patch) | |
| tree | d18374959dbe063b27fa430695a6f184698d8942 | |
| parent | fix nu_services list and ANDROID_NDK envvar (diff) | |
| download | dotfiles-ff17156774c582885addb73511ad86d91db09e5c.tar.gz dotfiles-ff17156774c582885addb73511ad86d91db09e5c.tar.xz | |
Reorder npm setup bash file
| -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 4a7f1896..85efc72d 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -12,9 +12,9 @@ source $DOTFILES/bash/youtube.sh source $DOTFILES/bash/tmuxinator-templates.sh source $DOTFILES/bash/fake-symlinks.sh source $DOTFILES/bash/init.sh +source $DOTFILES/bash/facepalm/rotten-apple.sh source $DOTFILES/bash/npm.sh source $DOTFILES/bash/x.sh -source $DOTFILES/bash/facepalm/rotten-apple.sh source $DOTFILES/encrypted/env.sh set -h |
