diff options
| author | EuAndreh <eu@euandre.org> | 2018-07-08 01:07:42 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2018-07-08 01:07:52 -0300 |
| commit | 504d630f41bb8b04cb584432eff908311e2d5534 (patch) | |
| tree | fd6a4d201ca7efc5b669437fef997b3c7ae9f3e9 /bash | |
| parent | Encrypt gitconfig (diff) | |
| download | dotfiles-504d630f41bb8b04cb584432eff908311e2d5534.tar.gz dotfiles-504d630f41bb8b04cb584432eff908311e2d5534.tar.xz | |
Run fake-symlinks after env.sh
Diffstat (limited to 'bash')
| -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 177311f..ddec66a 100644 --- a/bash/bashrc.sh +++ b/bash/bashrc.sh @@ -10,13 +10,13 @@ source $DOTFILES/bash/agents.sh source $DOTFILES/bash/symlinks.sh 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/encrypted/env.sh source $DOTFILES/bash/xdg.sh +source $DOTFILES/bash/fake-symlinks.sh set -h source ~/dev/nu/nucli/nu.bashcompletion |
