From b30dc5c54b8d05629746b439f4fe1c277fc427ef Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 20 Feb 2018 20:53:21 -0700 Subject: [PATCH] shortcuts fix --- .scripts/shortcuts.sh | 4 ++-- .vimrc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.scripts/shortcuts.sh b/.scripts/shortcuts.sh index 0976e5f..c6208fb 100755 --- a/.scripts/shortcuts.sh +++ b/.scripts/shortcuts.sh @@ -1,8 +1,8 @@ #!/bin/bash # Config locations -folders="$HOME/.config/Scripts/folders" -configs="$HOME/.config/Scripts/configs" +folders="$HOME/.scripts/folders" +configs="$HOME/.scripts/configs" # Output locations bash_shortcuts="$HOME/.bash_shortcuts" diff --git a/.vimrc b/.vimrc index fbeed4d..890fa9b 100644 --- a/.vimrc +++ b/.vimrc @@ -82,7 +82,7 @@ " When shortcut files are updated, renew bash and ranger configs with new " material: - autocmd BufWritePost ~/.config/Scripts/folders,~/.config/Scripts/configs !bash ~/.config/Scripts/shortcuts.sh + autocmd BufWritePost ~/.scripts/folders,~/.scripts/configs !bash ~/.scripts/shortcuts.sh " Runs a script that cleans out tex build files whenever I close out of a .tex file. autocmd VimLeave *.tex !texclear