diff options
author | EuAndreh <eu@euandre.org> | 2019-04-28 16:46:02 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2019-04-28 16:46:02 -0300 |
commit | 577e04ac7898d9c916c2a4494c088da35fe80479 (patch) | |
tree | 8fc475fc72351145d10f158aeb3463f1a5142fba | |
parent | mrconfig.ini. (diff) | |
download | dotfiles-577e04ac7898d9c916c2a4494c088da35fe80479.tar.gz dotfiles-577e04ac7898d9c916c2a4494c088da35fe80479.tar.xz |
Remove stale link to bash_git.sh.
-rw-r--r-- | bash/symlinks.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bash/symlinks.sh b/bash/symlinks.sh index f6adb0c..b96f952 100644 --- a/bash/symlinks.sh +++ b/bash/symlinks.sh @@ -15,7 +15,6 @@ ln -fs "$DOTFILES/bash/bashrc.sh" ~/.bashrc ln -fs "$DOTFILES/bash/bash_profile.sh" ~/.bash_profile ln -fs "$DOTFILES/git/gitattributes" ~/.gitattributes ln -fs "$DOTFILES/git/gitignore" ~/.gitignore_global -ln -fs "$DOTFILES/git/bash_git.sh" ~/.bash_git ln -fs "$DOTFILES/encrypted/nugitconfig.ini" ~/.nugitconfig ln -fs "$DOTFILES/sbclrc.lisp" ~/.sbclrc ln -fs "$DOTFILES/inputrc.conf" ~/.inputrc |